Home
last modified time | relevance | path

Searched defs: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
175 Set<ApexInfo> activatedApexes = device.getActiveApexes(); in testSessionNotRevertedWithCheckpointingDisabled() local
213 Set<ApexInfo> activatedApexes = device.getActiveApexes(); in testCheckpointingRevertsSession() local
251 Set<ApexInfo> activatedApexes = device.getActiveApexes(); in testRebootingOnceDoesNotRevertSession() local
300 Set<ApexInfo> activatedApexes = getDevice().getActiveApexes(); in testFailingUserspaceReboot_doesNotRevertUpdate() local
334 Set<ApexInfo> activatedApexes = getDevice().getActiveApexes(); in testUserspaceRebootFailedShutdownSequence_doesNotRevertUpdate() local
363 Set<ApexInfo> activatedApexes = getDevice().getActiveApexes(); in testUserspaceRebootFailedRemount_revertsUpdate() local
445 final Set<ApexInfo> activatedApexes = device.getActiveApexes(); in testReasonForRevertIsLoggedDuringBootloop() local
H A DApexE2EBaseHostTest.java103 Set<ApexInfo> activatedApexes = getDevice().getActiveApexes(); in stageActivateUninstallApexPackage() local