Searched refs:activeApexes (Results 1 – 2 of 2) sorted by relevance
93 final Set<ITestDevice.ApexInfo> activeApexes = getDevice().getActiveApexes(); in testOrphanedApexIsNotActivated() local96 assertThat(activeApexes).doesNotContain(testApex); in testOrphanedApexIsNotActivated()114 final Set<ITestDevice.ApexInfo> activeApexes = getDevice().getActiveApexes(); in testApexWithoutPbIsNotActivated() local117 assertThat(activeApexes).doesNotContain(testApex); in testApexWithoutPbIsNotActivated()145 final Set<ITestDevice.ApexInfo> activeApexes = getDevice().getActiveApexes(); in testRemountApex() local148 assertThat(activeApexes).contains(testApex); in testRemountApex()177 final Set<ITestDevice.ApexInfo> activeApexes = getDevice().getActiveApexes(); in testApexWithoutPbIsNotActivated_ProductPartitionHasOlderVersion() local178 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 …]
304 final Set<ITestDevice.ApexInfo> activeApexes = getDevice().getActiveApexes(); in testBootCompletedCleanupHappensEvenWhenThereIsCrashingProcess() local307 assertThat(activeApexes).doesNotContain(testApex); in testBootCompletedCleanupHappensEvenWhenThereIsCrashingProcess()