Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/WallpaperBackup/test/src/com/android/wallpaperbackup/
H A DWallpaperBackupAgentTest.java153 assertFileContentEquals(getBackedUpFileOptional(WALLPAPER_INFO_STAGE).get(), in testOnFullBackup_noExistingInfoStage_backsUpInfoFile()
172 assertFileContentEquals(getBackedUpFileOptional(WALLPAPER_INFO_STAGE).get(), in testOnFullBackup_existingInfoStage_noChange_backsUpAlreadyStagedInfoFile()
190 assertFileContentEquals(getBackedUpFileOptional(WALLPAPER_INFO_STAGE).get(), in testOnFullBackup_existingInfoStage_sysChanged_backsUpNewInfoFile()
209 assertFileContentEquals(getBackedUpFileOptional(WALLPAPER_INFO_STAGE).get(), in testOnFullBackup_existingInfoStage_lockChanged_backsUpNewInfoFile()
238 assertFileContentEquals(getBackedUpFileOptional(SYSTEM_WALLPAPER_STAGE).get(), in testOnFullBackup_existingSystemStage_noSysChange_backsUpAlreadyStagedFile()
256 assertFileContentEquals(getBackedUpFileOptional(SYSTEM_WALLPAPER_STAGE).get(), in testOnFullBackup_existingSystemStage_sysChanged_backsUpNewSystemWallpaper()
268 assertFileContentEquals(getBackedUpFileOptional(SYSTEM_WALLPAPER_STAGE).get(), in testOnFullBackup_noExistingSystemStage_backsUpSystemWallpaper()
329 assertFileContentEquals(getBackedUpFileOptional(LOCK_WALLPAPER_STAGE).get(), in testOnFullBackup_existingLockStage_noLockChange_backsUpAlreadyStagedFile()
347 assertFileContentEquals(getBackedUpFileOptional(LOCK_WALLPAPER_STAGE).get(), in testOnFullBackup_existingLockStage_lockChanged_backsUpNewLockWallpaper()
359 assertFileContentEquals(getBackedUpFileOptional(LOCK_WALLPAPER_STAGE).get(), in testOnFullBackup_noExistingLockStage_backsUpLockWallpaper()
[all …]