/packages/apps/TV/common/src/com/android/tv/common/dev/ |
D | DeveloperPreference.java | 40 static final SharedPreferences getPreferences(Context context) { in getPreferences() method in DeveloperPreference 91 getPreferences(context).edit().remove(mKey).apply(); in clear() 107 getPreferences(context).edit().putBoolean(mKey, value).apply(); in storeValue() 112 return getPreferences(context).getBoolean(mKey, mDefaultValue); in getStoredValue() 124 getPreferences(context).edit().putInt(mKey, value).apply(); in storeValue() 129 return getPreferences(context).getInt(mKey, mDefaultValue); in getStoredValue()
|
/packages/apps/TV/common/tests/robotests/src/com/android/tv/common/dev/ |
D | DeveloperPreferenceTest.java | 37 DeveloperPreference.getPreferences(RuntimeEnvironment.systemContext) in createBoolean_default_true() 49 DeveloperPreference.getPreferences(RuntimeEnvironment.systemContext) in create_integer_default_one()
|
/packages/apps/ThemePicker/src/com/android/customization/module/ |
D | DefaultCustomizationInjector.java | 46 public synchronized WallpaperPreferences getPreferences(Context context) { in getPreferences() method in DefaultCustomizationInjector 56 return (CustomizationPreferences) getPreferences(context); in getCustomizationPreferences()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | DailyLoggingAlarmReceiver.java | 56 WallpaperPreferences preferences = injector.getPreferences(appContext); in onReceive() 98 WallpaperPreferences preferences = injector.getPreferences(appContext); in logDailyWallpaperRotationStatus()
|
D | DailyLoggingAlarmScheduler.java | 42 WallpaperPreferences preferences = injector.getPreferences(appContext); in setAlarm()
|
D | Injector.java | 65 WallpaperPreferences getPreferences(Context context); in getPreferences() method
|
D | RotationWallpaperUpdateReceiver.java | 92 WallpaperPreferences wallpaperPreferences = injector.getPreferences(appContext); in switchToStaticWallpaper()
|
D | BaseWallpaperInjector.java | 63 public synchronized WallpaperPreferences getPreferences(Context context) { in getPreferences() method in BaseWallpaperInjector
|
D | DefaultWallpaperRefresher.java | 60 mWallpaperPreferences = injector.getPreferences(mAppContext); in DefaultWallpaperRefresher()
|
D | DefaultWallpaperPersister.java | 82 mWallpaperPreferences = injector.getPreferences(context); in DefaultWallpaperPersister()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | WallpaperPickerDelegate.java | 93 mPreferences = injector.getPreferences(activity); in WallpaperPickerDelegate() 374 public WallpaperPreferences getPreferences() { in getPreferences() method in WallpaperPickerDelegate
|
D | WallpaperDisabledFragment.java | 83 … WallpaperPreferences preferences = InjectorProvider.getInjector().getPreferences(getActivity()); in onResume()
|
D | TopLevelPickerActivity.java | 653 String currentlySetCollectionId = mDelegate.getPreferences().getHomeWallpaperCollectionId(); in populateCategoryTabs() 892 mDelegate.getPreferences().setPendingWallpaperSetStatus( in setCustomPhotoWallpaper() 918 mDelegate.getPreferences().setPendingWallpaperSetStatus( in setCustomPhotoWallpaper()
|
D | PreviewFragment.java | 187 injector.getPreferences(appContext), mUserEventLogger, mTestingModeEnabled); in onCreate() 319 InjectorProvider.getInjector().getPreferences(getActivity()); in onResume()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/backup/ |
D | MissingHashCodeGenerator.java | 58 WallpaperPreferences wallpaperPreferences = injector.getPreferences(context); in onReceive()
|
D | MissingHashCodeGeneratorJobService.java | 86 WallpaperPreferences wallpaperPreferences = injector.getPreferences(context); in onStartJob()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/ |
D | IndividualPickerFragment.java | 245 mWallpaperPreferences = injector.getPreferences(appContext); in onCreate() 444 .getPreferences(getActivity()); in onResume() 1032 … WallpaperPreferences prefs = InjectorProvider.getInjector().getPreferences(getContext());
|
D | DesktopRotationHolder.java | 55 mWallpaperPreferences = InjectorProvider.getInjector().getPreferences(hostActivity); in DesktopRotationHolder()
|
D | SetIndividualHolder.java | 63 String remoteWallpaperId = InjectorProvider.getInjector().getPreferences( in bindWallpaper()
|
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/ |
D | TestWallpaperRefresher.java | 46 WallpaperPreferences prefs = InjectorProvider.getInjector().getPreferences(mAppContext); in refresh()
|
D | TestWallpaperRotationInitializer.java | 66 InjectorProvider.getInjector().getPreferences(appContext); in startRotation()
|
D | TestWallpaperPersister.java | 60 mPrefs = InjectorProvider.getInjector().getPreferences(appContext); in TestWallpaperPersister()
|
D | TestInjector.java | 98 public WallpaperPreferences getPreferences(Context context) { in getPreferences() method in TestInjector
|
/packages/apps/ThemePicker/src/com/android/customization/picker/theme/ |
D | CustomThemeActivity.java | 110 injector.getPreferences(this), mUserEventLogger, false), in onCreate()
|
/packages/apps/ThemePicker/src/com/android/customization/picker/ |
D | CustomizationPickerActivity.java | 197 injector.getPreferences(this), mUserEventLogger, false); in initSections()
|