Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/RollbackTest/StagedRollbackTest/src/com/android/tests/rollback/host/
H A DStagedRollbackTest.java367 assertFileNotExists(newFilePath3); in testRollbackApexDataDirectories_DeSys()
368 assertFileNotExists(newFilePath4); in testRollbackApexDataDirectories_DeSys()
422 assertFileNotExists(newFilePath3); in testRollbackApexDataDirectories_DeUser()
423 assertFileNotExists(newFilePath4); in testRollbackApexDataDirectories_DeUser()
475 assertFileNotExists(newFilePath3); in testRollbackApexDataDirectories_Ce()
476 assertFileNotExists(newFilePath4); in testRollbackApexDataDirectories_Ce()
526 assertFileNotExists(newFilePath3); in testRollbackApkDataDirectories_De()
527 assertFileNotExists(newFilePath4); in testRollbackApkDataDirectories_De()
558 assertFileNotExists(dir); in testExpireApexRollback()
634 private void assertFileNotExists(String path) throws Exception { in assertFileNotExists() method in StagedRollbackTest
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java5517 assertFileNotExists("user-0/shortcut_dump/restore-0-start.txt"); in testBackupAndRestore()
5518 assertFileNotExists("user-0/shortcut_dump/restore-1-payload.xml"); in testBackupAndRestore()
5519 assertFileNotExists("user-0/shortcut_dump/restore-2.txt"); in testBackupAndRestore()
5520 assertFileNotExists("user-0/shortcut_dump/restore-3.txt"); in testBackupAndRestore()
5521 assertFileNotExists("user-0/shortcut_dump/restore-4.txt"); in testBackupAndRestore()
5522 assertFileNotExists("user-0/shortcut_dump/restore-5-finish.txt"); in testBackupAndRestore()
H A DBaseShortcutManagerTest.java2693 protected void assertFileNotExists(String path) {