HomeSort by relevance Sort by last modified time
    Searched refs:CommonPreferences (Results 1 - 12 of 12) sorted by null

  /packages/apps/TV/src/com/android/tv/ui/sidepanel/
DeveloperOptionFragment.java 26 import com.android.tv.common.CommonPreferences;
81 setChecked(CommonPreferences.getStoreTsStream(getContext()));
87 CommonPreferences.setStoreTsStream(getContext(), isChecked());
SettingsFragment.java 30 import com.android.tv.common.CommonPreferences;
157 CommonPreferences.getTrickplaySetting(getContext())
158 != CommonPreferences.TRICKPLAY_SETTING_DISABLED;
165 @CommonPreferences.TrickplaySetting
168 ? CommonPreferences.TRICKPLAY_SETTING_ENABLED
169 : CommonPreferences.TRICKPLAY_SETTING_DISABLED;
170 CommonPreferences.setTrickplaySetting(getContext(), setting);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
CommonPreferences.java 22 public final class CommonPreferences {
WordListPreference.java 170 final SharedPreferences prefs = CommonPreferences.getCommonPreferences(context);
171 CommonPreferences.disable(prefs, mWordlistId);
186 final SharedPreferences prefs = CommonPreferences.getCommonPreferences(context);
187 CommonPreferences.enable(prefs, mWordlistId);
207 final SharedPreferences prefs = CommonPreferences.getCommonPreferences(context);
208 CommonPreferences.disable(prefs, mWordlistId);
UpdateHandler.java 160 final SharedPreferences prefs = CommonPreferences.getCommonPreferences(context);
173 final SharedPreferences prefs = CommonPreferences.getCommonPreferences(context);
    [all...]
  /packages/apps/TV/common/src/com/android/tv/common/util/
PostalCodeUtils.java 25 import com.android.tv.common.CommonPreferences;
83 return CommonPreferences.getLastPostalCode(context);
92 CommonPreferences.setLastPostalCode(context, postalCode);
  /packages/apps/TV/tuner/src/com/android/tv/tuner/
TunerPreferences.java 22 import com.android.tv.common.CommonPreferences;
26 public class TunerPreferences extends CommonPreferences {
  /packages/apps/TV/common/src/com/android/tv/common/
BaseApplication.java 60 CommonPreferences.initialize(this);
CommonPreferences.java 39 public class CommonPreferences {
40 private static final String TAG = "CommonPreferences";
72 @GuardedBy("CommonPreferences.class")
81 /** Listeners for CommonPreferences change. */
123 /** Sets the listener for CommonPreferences change. */
322 synchronized (CommonPreferences.class) {
  /packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
TunerSession.java 38 import com.android.tv.common.CommonPreferences.CommonPreferencesChangedListener;
TunerSessionWorker.java 45 import com.android.tv.common.CommonPreferences.TrickplaySetting;
    [all...]
  /packages/apps/TV/src/com/android/tv/
MainActivity.java 72 import com.android.tv.common.CommonPreferences;
417 && CommonPreferences.shouldShowSetupActivity(MainActivity.this)) {
422 CommonPreferences.setShouldShowSetupActivity(MainActivity.this, false);
    [all...]

Completed in 2176 milliseconds