Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/RollbackTest/StagedRollbackTest/src/com/android/tests/rollback/host/
H A DStagedRollbackTest.java349 String newFilePath3 = apexDataDirDeSys(APK_IN_APEX_TESTAPEX_NAME) + "/" + TEST_FILENAME_3; in testRollbackApexDataDirectories_DeSys() local
355 pushString(TEST_STRING_3, newFilePath3); in testRollbackApexDataDirectories_DeSys()
367 assertFileNotExists(newFilePath3); in testRollbackApexDataDirectories_DeSys()
403 String newFilePath3 = in testRollbackApexDataDirectories_DeUser() local
410 pushString(TEST_STRING_3, newFilePath3); in testRollbackApexDataDirectories_DeUser()
422 assertFileNotExists(newFilePath3); in testRollbackApexDataDirectories_DeUser()
463 pushString(TEST_STRING_3, newFilePath3); in testRollbackApexDataDirectories_Ce()
475 assertFileNotExists(newFilePath3); in testRollbackApexDataDirectories_Ce()
509 String newFilePath3 = apkDataDirDe(TESTAPP_A, 0) + "/" + TEST_FILENAME_3; in testRollbackApkDataDirectories_De() local
514 pushString(TEST_STRING_3, newFilePath3); in testRollbackApkDataDirectories_De()
[all …]