Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/WallpaperBackup/test/src/com/android/wallpaperbackup/
H A DWallpaperBackupAgentTest.java94 private static final int TEST_SYSTEM_WALLPAPER_ID = 1; field in WallpaperBackupAgentTest
181 mockCurrentWallpaperIds(TEST_SYSTEM_WALLPAPER_ID, TEST_LOCK_WALLPAPER_ID); in testOnFullBackup_existingInfoStage_sysChanged_backsUpNewInfoFile()
200 mockCurrentWallpaperIds(TEST_SYSTEM_WALLPAPER_ID, TEST_LOCK_WALLPAPER_ID); in testOnFullBackup_existingInfoStage_lockChanged_backsUpNewInfoFile()
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()
264 mockCurrentWallpaperIds(TEST_SYSTEM_WALLPAPER_ID, NO_LOCK_WALLPAPER_ID); in testOnFullBackup_noExistingSystemStage_backsUpSystemWallpaper()
277 mockCurrentWallpaperIds(TEST_SYSTEM_WALLPAPER_ID, TEST_LOCK_WALLPAPER_ID); in testOnFullBackup_lockWallpaperNotEligible_doesNotBackUpLockWallpaper()
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()
[all …]