Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperPersister.java44 int DEST_LOCK_SCREEN = 1; field
217 DEST_LOCK_SCREEN,
230 case DEST_LOCK_SCREEN: in destinationToFlags()
249 return DEST_LOCK_SCREEN; in flagsToDestination()
DDefaultWallpaperPersister.java267 if (destination == DEST_LOCK_SCREEN || destination == DEST_BOTH in saveStaticWallpaperMetadata()
288 if (destination == DEST_LOCK_SCREEN || destination == DEST_BOTH) { in saveStaticWallpaperToPreferences()
474 if (destination == WallpaperPersister.DEST_LOCK_SCREEN in setLiveWallpaperMetadata()
550 } else if (mDestination == DEST_LOCK_SCREEN) { in doInBackground()
680 if (destination == DEST_LOCK_SCREEN || destination == DEST_BOTH) { in setImageWallpaperMetadata()
775 if (destination == DEST_LOCK_SCREEN || destination == DEST_BOTH) { in setStaticWallpaperMetadataToPreferences()
DDefaultWallpaperPreferences.kt857 WallpaperPersister.DEST_LOCK_SCREEN -> { in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/shared/model/
DWallpaperDestination.kt25 import com.android.wallpaper.module.WallpaperPersister.DEST_LOCK_SCREEN
52 LOCK -> DEST_LOCK_SCREEN in WallpaperDestination()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestWallpaperPersister.java89 if (destination == DEST_LOCK_SCREEN || destination == DEST_BOTH) { in setIndividualWallpaper()
179 if (mDestination == DEST_LOCK_SCREEN || mDestination == DEST_BOTH) { in finishSettingWallpaper()
224 if (destination == DEST_LOCK_SCREEN || destination == DEST_BOTH) { in saveStaticWallpaperToPreferences()
DTestWallpaperPreferences.kt439 WallpaperPersister.DEST_LOCK_SCREEN -> { in updateDailyWallpaperSet()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/logging/
DUserEventLogger.kt111 WallpaperPersister.DEST_LOCK_SCREEN -> StyleEnums.WALLPAPER_DESTINATION_LOCK_SCREEN in logSnapshot()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DSetWallpaperDialogFragment.java85 v -> onSetWallpaperButtonClick(WallpaperPersister.DEST_LOCK_SCREEN)); in onCreateDialog()
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/
DPreviewActivityTest.java236 assertEquals(WallpaperPersister.DEST_LOCK_SCREEN, in testClickSetWallpaper_Success_LockScreen()
343 assertEquals(WallpaperPersister.DEST_LOCK_SCREEN, in testClickSetWallpaper_Fails_LockScreen_ShowsErrorDialog()