/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | AttributionFormatter.java | 24 import com.android.wallpaper.module.WallpaperPreferences; 25 import com.android.wallpaper.module.WallpaperPreferences.PresentationMode; 60 case WallpaperPreferences.PRESENTATION_MODE_STATIC: in getHumanReadableWallpaperPresentationMode() 62 case WallpaperPreferences.PRESENTATION_MODE_ROTATING: in getHumanReadableWallpaperPresentationMode()
|
D | WallpaperDisabledFragment.java | 28 import com.android.wallpaper.module.WallpaperPreferences; 83 … WallpaperPreferences preferences = InjectorProvider.getInjector().getPreferences(getActivity()); in onResume()
|
D | WallpaperPickerDelegate.java | 46 import com.android.wallpaper.module.WallpaperPreferences; 74 private WallpaperPreferences mPreferences; 374 public WallpaperPreferences getPreferences() { in getPreferences()
|
D | TopLevelPickerActivity.java | 73 import com.android.wallpaper.module.WallpaperPreferences; 74 import com.android.wallpaper.module.WallpaperPreferences.PresentationMode; 598 && presentationMode == WallpaperPreferences.PRESENTATION_MODE_ROTATING; in refreshCurrentWallpapers() 893 WallpaperPreferences.WALLPAPER_SET_NOT_PENDING); in setCustomPhotoWallpaper() 919 WallpaperPreferences.WALLPAPER_SET_NOT_PENDING); in setCustomPhotoWallpaper()
|
D | CategoryFragment.java | 64 import com.android.wallpaper.module.WallpaperPreferences; 65 import com.android.wallpaper.module.WallpaperPreferences.PresentationMode; 175 … WallpaperPreferences preferences = InjectorProvider.getInjector().getPreferences(getActivity()); in onResume() 597 && presentationMode == WallpaperPreferences.PRESENTATION_MODE_ROTATING; in updateExploreSectionVisibility() 758 if (presentationMode == WallpaperPreferences.PRESENTATION_MODE_ROTATING) { in bindHomeWallpaper()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | WallpaperSetter.java | 46 private final WallpaperPreferences mPreferences; 53 WallpaperPreferences preferences, UserEventLogger userEventLogger, in WallpaperSetter() 84 WallpaperPreferences.WALLPAPER_SET_PENDING); in setCurrentWallpaper() 168 WallpaperPreferences.WALLPAPER_SET_NOT_PENDING); in onWallpaperApplied() 178 WallpaperPreferences.WALLPAPER_SET_NOT_PENDING); in onWallpaperApplyError()
|
D | DailyLoggingAlarmReceiver.java | 26 import com.android.wallpaper.module.WallpaperPreferences.PresentationMode; 56 WallpaperPreferences preferences = injector.getPreferences(appContext); in onReceive() 93 if (presentationMode != WallpaperPreferences.PRESENTATION_MODE_ROTATING) { in logDailyWallpaperRotationStatus() 98 WallpaperPreferences preferences = injector.getPreferences(appContext); in logDailyWallpaperRotationStatus()
|
D | RotationWallpaperUpdateReceiver.java | 92 WallpaperPreferences wallpaperPreferences = injector.getPreferences(appContext); in switchToStaticWallpaper() 94 != WallpaperPreferences.PRESENTATION_MODE_ROTATING) { in switchToStaticWallpaper()
|
D | BaseWallpaperInjector.java | 32 private WallpaperPreferences mPrefs; 63 public synchronized WallpaperPreferences getPreferences(Context context) { in getPreferences()
|
D | DefaultWallpaperPersister.java | 69 private final WallpaperPreferences mWallpaperPreferences; 551 WallpaperPreferences.PRESENTATION_MODE_STATIC); in setLiveWallpaperMetadata() 656 == WallpaperPreferences.PRESENTATION_MODE_ROTATING in doInBackground() 736 WallpaperPreferences.PRESENTATION_MODE_STATIC); in setImageWallpaperMetadata()
|
D | DefaultWallpaperRefresher.java | 50 private final WallpaperPreferences mWallpaperPreferences; 179 WallpaperPreferences.PRESENTATION_MODE_STATIC); in setFallbackHomeScreenWallpaperMetadata()
|
D | WallpaperRefresher.java | 19 import com.android.wallpaper.module.WallpaperPreferences.PresentationMode;
|
D | CurrentWallpaperInfoFactory.java | 19 import com.android.wallpaper.module.WallpaperPreferences.PresentationMode;
|
D | DailyLoggingAlarmScheduler.java | 42 WallpaperPreferences preferences = injector.getPreferences(appContext); in setAlarm()
|
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/ |
D | TestWallpaperPersister.java | 31 import com.android.wallpaper.module.WallpaperPreferences; 41 private WallpaperPreferences mPrefs; 80 WallpaperPreferences.PRESENTATION_MODE_STATIC); in setIndividualWallpaper() 106 mPrefs.setWallpaperPresentationMode(WallpaperPreferences.PRESENTATION_MODE_STATIC); in setIndividualWallpaperWithPosition()
|
D | TestWallpaperPreferences.java | 20 import com.android.wallpaper.module.WallpaperPreferences; 29 public class TestWallpaperPreferences implements WallpaperPreferences { 68 mWallpaperPresentationMode = WallpaperPreferences.PRESENTATION_MODE_STATIC; in TestWallpaperPreferences() 169 mWallpaperPresentationMode = WallpaperPreferences.PRESENTATION_MODE_STATIC; in clearHomeWallpaperMetadata()
|
D | TestWallpaperRotationInitializer.java | 24 import com.android.wallpaper.module.WallpaperPreferences; 65 WallpaperPreferences wallpaperPreferences = in startRotation() 68 WallpaperPreferences.PRESENTATION_MODE_ROTATING); in startRotation()
|
D | TestInjector.java | 41 import com.android.wallpaper.module.WallpaperPreferences; 57 private WallpaperPreferences mPrefs; 98 public WallpaperPreferences getPreferences(Context context) { in getPreferences()
|
D | TestWallpaperRefresher.java | 25 import com.android.wallpaper.module.WallpaperPreferences; 46 WallpaperPreferences prefs = InjectorProvider.getInjector().getPreferences(mAppContext); in refresh()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/ |
D | DesktopRotationHolder.java | 27 import com.android.wallpaper.module.WallpaperPreferences; 43 private WallpaperPreferences mWallpaperPreferences; 95 == WallpaperPreferences.PRESENTATION_MODE_ROTATING in bind()
|
D | IndividualPickerFragment.java | 69 import com.android.wallpaper.module.WallpaperPreferences; 115 WallpaperPreferences mWallpaperPreferences; 443 WallpaperPreferences preferences = InjectorProvider.getInjector() in onResume() 1015 == WallpaperPreferences.PRESENTATION_MODE_ROTATING 1032 … WallpaperPreferences prefs = InjectorProvider.getInjector().getPreferences(getContext());
|
/packages/apps/ThemePicker/src/com/android/customization/module/ |
D | DefaultCustomizationInjector.java | 31 import com.android.wallpaper.module.WallpaperPreferences; 43 private WallpaperPreferences mPrefs; 46 public synchronized WallpaperPreferences getPreferences(Context context) { in getPreferences()
|
D | CustomizationPreferences.java | 18 import com.android.wallpaper.module.WallpaperPreferences; 20 public interface CustomizationPreferences extends WallpaperPreferences {
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/backup/ |
D | MissingHashCodeGenerator.java | 27 import com.android.wallpaper.module.WallpaperPreferences; 58 WallpaperPreferences wallpaperPreferences = injector.getPreferences(context); in onReceive()
|
D | MissingHashCodeGeneratorJobService.java | 38 import com.android.wallpaper.module.WallpaperPreferences; 86 WallpaperPreferences wallpaperPreferences = injector.getPreferences(context); in onStartJob()
|