Searched refs:TEST_SYSTEM_WALLPAPER_ID (Results 1 – 1 of 1) sorted by relevance
68 private static final int TEST_SYSTEM_WALLPAPER_ID = 1; field in WallpaperBackupAgentTest106 mockCurrentWallpapers(TEST_SYSTEM_WALLPAPER_ID, TEST_LOCK_WALLPAPER_ID); in testOnFullBackup_withNoChanges_onlyBacksUpEmptyFile()119 mockCurrentWallpapers(TEST_SYSTEM_WALLPAPER_ID, TEST_LOCK_WALLPAPER_ID); in testOnFullBackup_withOnlyChangedSystem_updatesTheSharedPreferences()123 verify(mSharedPreferenceEditor).putInt(eq(SYSTEM_GENERATION), eq(TEST_SYSTEM_WALLPAPER_ID)); in testOnFullBackup_withOnlyChangedSystem_updatesTheSharedPreferences()131 mockCurrentWallpapers(TEST_SYSTEM_WALLPAPER_ID, -1); in testOnFullBackup_withLockChangedToMatchSystem_updatesTheSharedPreferences()137 .putInt(eq(SYSTEM_GENERATION), eq(TEST_SYSTEM_WALLPAPER_ID)); in testOnFullBackup_withLockChangedToMatchSystem_updatesTheSharedPreferences()207 mockCurrentWallpapers(TEST_SYSTEM_WALLPAPER_ID, TEST_LOCK_WALLPAPER_ID); in mockUnbackedUpState()214 .thenReturn(TEST_SYSTEM_WALLPAPER_ID); in mockBackedUpState()