Home
last modified time | relevance | path

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

/aosp12/system/apex/tests/src/com/android/tests/apex/
H A DApexdHostTest.java102 final String testApexFile = "com.android.apex.cts.shim.v2_no_pb.apex"; in testApexWithoutPbIsNotActivated() local
104 assertThat(getDevice().pushFile(mHostUtils.getTestFile(testApexFile), in testApexWithoutPbIsNotActivated()
105 "/data/apex/active/" + testApexFile)).isTrue(); in testApexWithoutPbIsNotActivated()
113 mHostUtils.waitForFileDeleted("/data/apex/active/" + testApexFile, in testApexWithoutPbIsNotActivated()
116 getDevice().executeShellV2Command("rm /data/apex/active/" + testApexFile); in testApexWithoutPbIsNotActivated()