Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/packages/WallpaperBackup/test/src/com/android/wallpaperbackup/
H A DWallpaperBackupAgentTest.java158 assertFileContentEquals(getBackedUpFileOptional(WALLPAPER_INFO_STAGE).get(), in testOnFullBackup_noExistingInfoStage_backsUpInfoFile()
177 assertFileContentEquals(getBackedUpFileOptional(WALLPAPER_INFO_STAGE).get(), in testOnFullBackup_existingInfoStage_noChange_backsUpAlreadyStagedInfoFile()
195 assertFileContentEquals(getBackedUpFileOptional(WALLPAPER_INFO_STAGE).get(), in testOnFullBackup_existingInfoStage_sysChanged_backsUpNewInfoFile()
214 assertFileContentEquals(getBackedUpFileOptional(WALLPAPER_INFO_STAGE).get(), in testOnFullBackup_existingInfoStage_lockChanged_backsUpNewInfoFile()
243 assertFileContentEquals(getBackedUpFileOptional(SYSTEM_WALLPAPER_STAGE).get(), in testOnFullBackup_existingSystemStage_noSysChange_backsUpAlreadyStagedFile()
261 assertFileContentEquals(getBackedUpFileOptional(SYSTEM_WALLPAPER_STAGE).get(), in testOnFullBackup_existingSystemStage_sysChanged_backsUpNewSystemWallpaper()
273 assertFileContentEquals(getBackedUpFileOptional(SYSTEM_WALLPAPER_STAGE).get(), in testOnFullBackup_noExistingSystemStage_backsUpSystemWallpaper()
334 assertFileContentEquals(getBackedUpFileOptional(LOCK_WALLPAPER_STAGE).get(), in testOnFullBackup_existingLockStage_noLockChange_backsUpAlreadyStagedFile()
352 assertFileContentEquals(getBackedUpFileOptional(LOCK_WALLPAPER_STAGE).get(), in testOnFullBackup_existingLockStage_lockChanged_backsUpNewLockWallpaper()
364 assertFileContentEquals(getBackedUpFileOptional(LOCK_WALLPAPER_STAGE).get(), in testOnFullBackup_noExistingLockStage_backsUpLockWallpaper()
[all …]