Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperPersister.java36 int DEST_LOCK_SCREEN = 1; field
141 DEST_LOCK_SCREEN,
DDefaultWallpaperPersister.java617 } else if (mDestination == DEST_LOCK_SCREEN) { in doInBackground()
739 if (destination == DEST_LOCK_SCREEN || destination == DEST_BOTH) { in setImageWallpaperMetadata()
DWallpaperSetter.java136 if (destination == WallpaperPersister.DEST_LOCK_SCREEN) { in setCurrentLiveWallpaper()
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
DTestWallpaperPersister.java83 if (destination == DEST_LOCK_SCREEN || destination == DEST_BOTH) { in setIndividualWallpaper()
191 if (mDestination == DEST_LOCK_SCREEN || mDestination == DEST_BOTH) { in finishSettingWallpaper()
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/
DPreviewActivityTest.java193 assertEquals(WallpaperPersister.DEST_LOCK_SCREEN, mWallpaperPersister.getLastDestination()); in testClickSetWallpaper_Success_LockScreen()
307 assertEquals(WallpaperPersister.DEST_LOCK_SCREEN, mWallpaperPersister.getLastDestination()); in testClickSetWallpaper_Fails_LockScreen_ShowsErrorDialog()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DSetWallpaperDialogFragment.java81 mListener.onSet(WallpaperPersister.DEST_LOCK_SCREEN); in onCreateDialog()