Searched refs:activatedApexes (Results 1 – 2 of 2) sorted by relevance
132 Set<ApexInfo> activatedApexes = device.getActiveApexes(); in testAutomaticBootLoopRecovery() local133 assertThat(activatedApexes).contains(ctsShimV1); in testAutomaticBootLoopRecovery()134 assertThat(activatedApexes).doesNotContain(ctsShimV2); in testAutomaticBootLoopRecovery()176 assertThat(activatedApexes).contains(ctsShimV2); in testSessionNotRevertedWithCheckpointingDisabled()177 assertThat(activatedApexes).doesNotContain(ctsShimV1); in testSessionNotRevertedWithCheckpointingDisabled()214 assertThat(activatedApexes).contains(ctsShimV1); in testCheckpointingRevertsSession()215 assertThat(activatedApexes).doesNotContain(ctsShimV2); in testCheckpointingRevertsSession()252 assertThat(activatedApexes).contains(ctsShimV2); in testRebootingOnceDoesNotRevertSession()253 assertThat(activatedApexes).doesNotContain(ctsShimV1); in testRebootingOnceDoesNotRevertSession()446 assertThat(activatedApexes).contains(ctsShimV1); in testReasonForRevertIsLoggedDuringBootloop()[all …]
103 Set<ApexInfo> activatedApexes = getDevice().getActiveApexes(); in stageActivateUninstallApexPackage() local104 assertWithMessage("Failed to activate %s", apex).that(activatedApexes).contains(apex); in stageActivateUninstallApexPackage()