aboutsummaryrefslogtreecommitdiff
path: root/common/src/com/android/tv/common/CommonPreferences.java
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/com/android/tv/common/CommonPreferences.java')
-rw-r--r--common/src/com/android/tv/common/CommonPreferences.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/src/com/android/tv/common/CommonPreferences.java b/common/src/com/android/tv/common/CommonPreferences.java
index 5a94eecb..72acfd1d 100644
--- a/common/src/com/android/tv/common/CommonPreferences.java
+++ b/common/src/com/android/tv/common/CommonPreferences.java
@@ -164,7 +164,8 @@ public class CommonPreferences {
}
}
- public static synchronized @TrickplaySetting int getTrickplaySetting(Context context) {
+ @TrickplaySetting
+ public static synchronized int getTrickplaySetting(Context context) {
SoftPreconditions.checkState(sInitialized);
if (useContentProvider(context)) {
return sPreferenceValues.getInt(PREFS_KEY_TRICKPLAY_SETTING, TRICKPLAY_SETTING_NOT_SET);