Home
last modified time | relevance | path

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

/system/apex/tests/src/com/android/tests/apex/
DApexdHostTest.java107 final String testApexFile = "com.android.apex.cts.shim.v2_no_pb.apex"; in testApexWithoutPbIsNotActivated() local
109 assertThat(getDevice().pushFile(mHostUtils.getTestFile(testApexFile), in testApexWithoutPbIsNotActivated()
110 "/data/apex/active/" + testApexFile)).isTrue(); in testApexWithoutPbIsNotActivated()
118 mHostUtils.waitForFileDeleted("/data/apex/active/" + testApexFile, in testApexWithoutPbIsNotActivated()
121 getDevice().executeShellV2Command("rm /data/apex/active/" + testApexFile); in testApexWithoutPbIsNotActivated()