Home
last modified time | relevance | path

Searched refs:DEST_HOME_SCREEN (Results 1 – 9 of 9) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperPersister.java43 int DEST_HOME_SCREEN = 0; field
216 DEST_HOME_SCREEN,
228 case DEST_HOME_SCREEN: in destinationToFlags()
247 return DEST_HOME_SCREEN; in flagsToDestination()
DDefaultWallpaperPersister.java221 remoteId, DEST_HOME_SCREEN); in setWallpaperInRotation()
240 remoteId, DEST_HOME_SCREEN); in finalizeWallpaperForNextRotation()
250 if (destination == DEST_HOME_SCREEN || destination == DEST_BOTH) { in saveStaticWallpaperMetadata()
283 if (destination == DEST_HOME_SCREEN || destination == DEST_BOTH) { in saveStaticWallpaperToPreferences()
457 if (destination == WallpaperPersister.DEST_HOME_SCREEN in setLiveWallpaperMetadata()
548 if (mDestination == DEST_HOME_SCREEN) { in doInBackground()
584 if (mDestination == DEST_HOME_SCREEN in doInBackground()
667 if (destination == DEST_HOME_SCREEN || destination == DEST_BOTH) { in setImageWallpaperMetadata()
762 if (destination == DEST_HOME_SCREEN || destination == DEST_BOTH) { in setStaticWallpaperMetadataToPreferences()
DDefaultWallpaperPreferences.kt853 WallpaperPersister.DEST_HOME_SCREEN -> { in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/shared/model/
DWallpaperDestination.kt24 import com.android.wallpaper.module.WallpaperPersister.DEST_HOME_SCREEN
51 HOME -> DEST_HOME_SCREEN in WallpaperDestination()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestWallpaperPersister.java82 if (destination == DEST_HOME_SCREEN || destination == DEST_BOTH) { in setIndividualWallpaper()
175 if (mDestination == DEST_HOME_SCREEN || mDestination == DEST_BOTH) { in finishSettingWallpaper()
220 if (destination == DEST_HOME_SCREEN || destination == DEST_BOTH) { in saveStaticWallpaperToPreferences()
DTestWallpaperPreferences.kt435 WallpaperPersister.DEST_HOME_SCREEN -> { in updateDailyWallpaperSet()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/logging/
DUserEventLogger.kt110 WallpaperPersister.DEST_HOME_SCREEN -> StyleEnums.WALLPAPER_DESTINATION_HOME_SCREEN in logSnapshot()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DSetWallpaperDialogFragment.java81 v -> onSetWallpaperButtonClick(WallpaperPersister.DEST_HOME_SCREEN)); in onCreateDialog()
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/
DPreviewActivityTest.java209 assertEquals(WallpaperPersister.DEST_HOME_SCREEN, in testClickSetWallpaper_Success_HomeScreen()
303 assertEquals(WallpaperPersister.DEST_HOME_SCREEN, in testClickSetWallpaper_Fails_HomeScreen_ShowsErrorDialog()