Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/WallpaperBackup/test/src/com/android/wallpaperbackup/
H A DWallpaperBackupAgentTest.java96 private static final int NO_LOCK_WALLPAPER_ID = -1; field in WallpaperBackupAgentTest
218 mockCurrentWallpaperIds(TEST_SYSTEM_WALLPAPER_ID, NO_LOCK_WALLPAPER_ID); in testOnFullBackup_systemWallpaperNotEligible_doesNotBackUpSystemWallpaper()
230 mockCurrentWallpaperIds(TEST_SYSTEM_WALLPAPER_ID, NO_LOCK_WALLPAPER_ID); in testOnFullBackup_existingSystemStage_noSysChange_backsUpAlreadyStagedFile()
247 mockCurrentWallpaperIds(TEST_SYSTEM_WALLPAPER_ID, NO_LOCK_WALLPAPER_ID); in testOnFullBackup_existingSystemStage_sysChanged_backsUpNewSystemWallpaper()
251 mockCurrentWallpaperIds(TEST_SYSTEM_WALLPAPER_ID + 1, NO_LOCK_WALLPAPER_ID); in testOnFullBackup_existingSystemStage_sysChanged_backsUpNewSystemWallpaper()
264 mockCurrentWallpaperIds(TEST_SYSTEM_WALLPAPER_ID, NO_LOCK_WALLPAPER_ID); in testOnFullBackup_noExistingSystemStage_backsUpSystemWallpaper()
293 mockCurrentWallpaperIds(TEST_SYSTEM_WALLPAPER_ID, NO_LOCK_WALLPAPER_ID); in testOnFullBackup_existingLockStage_lockWallpaperRemovedByUser_NotBackUpOldStage()
309 mockCurrentWallpaperIds(TEST_SYSTEM_WALLPAPER_ID, NO_LOCK_WALLPAPER_ID); in testOnFullBackup_existingLockStage_lockWallpaperRemovedByUser_deletesExistingStage()
448 mockCurrentWallpaperIds(TEST_SYSTEM_WALLPAPER_ID, NO_LOCK_WALLPAPER_ID); in testOnFullBackup_systemWallpaperImgSuccess_logsSuccess()