Home
last modified time | relevance | path

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

/system/apex/tests/src/com/android/tests/apex/
DApexdHostTest.java93 final Set<ITestDevice.ApexInfo> activeApexes = getDevice().getActiveApexes(); in testOrphanedApexIsNotActivated() local
96 assertThat(activeApexes).doesNotContain(testApex); in testOrphanedApexIsNotActivated()
114 final Set<ITestDevice.ApexInfo> activeApexes = getDevice().getActiveApexes(); in testApexWithoutPbIsNotActivated() local
117 assertThat(activeApexes).doesNotContain(testApex); in testApexWithoutPbIsNotActivated()
145 final Set<ITestDevice.ApexInfo> activeApexes = getDevice().getActiveApexes(); in testRemountApex() local
148 assertThat(activeApexes).contains(testApex); in testRemountApex()
177 final Set<ITestDevice.ApexInfo> activeApexes = getDevice().getActiveApexes(); in testApexWithoutPbIsNotActivated_ProductPartitionHasOlderVersion() local
178 assertThat(activeApexes).contains(new ITestDevice.ApexInfo( in testApexWithoutPbIsNotActivated_ProductPartitionHasOlderVersion()
180 assertThat(activeApexes).doesNotContain(new ITestDevice.ApexInfo( in testApexWithoutPbIsNotActivated_ProductPartitionHasOlderVersion()
218 final Set<ITestDevice.ApexInfo> activeApexes = getDevice().getActiveApexes(); in testApexWithoutPbIsNotActivated_ProductPartitionHasNewerVersion() local
[all …]
DApexRollbackTests.java304 final Set<ITestDevice.ApexInfo> activeApexes = getDevice().getActiveApexes(); in testBootCompletedCleanupHappensEvenWhenThereIsCrashingProcess() local
307 assertThat(activeApexes).doesNotContain(testApex); in testBootCompletedCleanupHappensEvenWhenThereIsCrashingProcess()