Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/packages/WallpaperBackup/test/src/com/android/wallpaperbackup/
H A DWallpaperBackupAgentTest.java101 private static final int TEST_SYSTEM_WALLPAPER_ID = 1; field in WallpaperBackupAgentTest
186 mockCurrentWallpaperIds(TEST_SYSTEM_WALLPAPER_ID, TEST_LOCK_WALLPAPER_ID); in testOnFullBackup_existingInfoStage_sysChanged_backsUpNewInfoFile()
190 mockCurrentWallpaperIds(TEST_SYSTEM_WALLPAPER_ID + 1, TEST_LOCK_WALLPAPER_ID); in testOnFullBackup_existingInfoStage_sysChanged_backsUpNewInfoFile()
205 mockCurrentWallpaperIds(TEST_SYSTEM_WALLPAPER_ID, TEST_LOCK_WALLPAPER_ID); in testOnFullBackup_existingInfoStage_lockChanged_backsUpNewInfoFile()
209 mockCurrentWallpaperIds(TEST_SYSTEM_WALLPAPER_ID, TEST_LOCK_WALLPAPER_ID + 1); in testOnFullBackup_existingInfoStage_lockChanged_backsUpNewInfoFile()
223 mockCurrentWallpaperIds(TEST_SYSTEM_WALLPAPER_ID, NO_LOCK_WALLPAPER_ID); in testOnFullBackup_systemWallpaperNotEligible_doesNotBackUpSystemWallpaper()
235 mockCurrentWallpaperIds(TEST_SYSTEM_WALLPAPER_ID, NO_LOCK_WALLPAPER_ID); in testOnFullBackup_existingSystemStage_noSysChange_backsUpAlreadyStagedFile()
252 mockCurrentWallpaperIds(TEST_SYSTEM_WALLPAPER_ID, NO_LOCK_WALLPAPER_ID); in testOnFullBackup_existingSystemStage_sysChanged_backsUpNewSystemWallpaper()
256 mockCurrentWallpaperIds(TEST_SYSTEM_WALLPAPER_ID + 1, NO_LOCK_WALLPAPER_ID); in testOnFullBackup_existingSystemStage_sysChanged_backsUpNewSystemWallpaper()
269 mockCurrentWallpaperIds(TEST_SYSTEM_WALLPAPER_ID, NO_LOCK_WALLPAPER_ID); in testOnFullBackup_noExistingSystemStage_backsUpSystemWallpaper()
[all …]