Home
last modified time | relevance | path

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

/aosp12/system/apex/tests/src/com/android/tests/apex/
H A DApexRollbackTests.java132 Set<ApexInfo> activatedApexes = device.getActiveApexes(); in testAutomaticBootLoopRecovery() local
133 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 …]
H A DApexE2EBaseHostTest.java103 Set<ApexInfo> activatedApexes = getDevice().getActiveApexes(); in stageActivateUninstallApexPackage() local
104 assertWithMessage("Failed to activate %s", apex).that(activatedApexes).contains(apex); in stageActivateUninstallApexPackage()