Home
last modified time | relevance | path

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

/system/apex/tests/src/com/android/tests/apex/
DApexdHostTest.java94 ITestDevice.ApexInfo testApex = new ITestDevice.ApexInfo( in testOrphanedApexIsNotActivated() local
96 assertThat(activeApexes).doesNotContain(testApex); in testOrphanedApexIsNotActivated()
115 ITestDevice.ApexInfo testApex = new ITestDevice.ApexInfo( in testApexWithoutPbIsNotActivated() local
117 assertThat(activeApexes).doesNotContain(testApex); in testApexWithoutPbIsNotActivated()
146 ITestDevice.ApexInfo testApex = new ITestDevice.ApexInfo( in testRemountApex() local
148 assertThat(activeApexes).contains(testApex); in testRemountApex()
336 ITestDevice.ApexInfo testApex = new ITestDevice.ApexInfo( in testFailsToActivateApexOnDataFallbacksToPreInstalled() local
338 assertThat(activeApexes).contains(testApex); in testFailsToActivateApexOnDataFallbacksToPreInstalled()
DApexRollbackTests.java305 ITestDevice.ApexInfo testApex = new ITestDevice.ApexInfo( in testBootCompletedCleanupHappensEvenWhenThereIsCrashingProcess() local
307 assertThat(activeApexes).doesNotContain(testApex); in testBootCompletedCleanupHappensEvenWhenThereIsCrashingProcess()