Home
last modified time | relevance | path

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

/aosp12/system/apex/tests/src/com/android/tests/apex/
H A DApexRollbackTests.java172 String stagedSessionInfo = getStagedSession(sessionIdToCheck); in testSessionNotRevertedWithCheckpointingDisabled()
210 String stagedSessionInfo = getStagedSession(sessionIdToCheck); in testCheckpointingRevertsSession()
248 String stagedSessionInfo = getStagedSession(sessionIdToCheck); in testRebootingOnceDoesNotRevertSession()
450 final String stagedSessionString = getStagedSession(sessionIdToCheck); in testReasonForRevertIsLoggedDuringBootloop()
454 String getStagedSession(String sessionId) throws DeviceNotAvailableException { in getStagedSession() method in ApexRollbackTests
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DStagingManager.java673 ? getStagedSession(session.getParentSessionId()) in getParentSessionOrSelf()
826 if (getStagedSession(sessionId) == null) { in abortCommittedSession()
1115 private StagedSession getStagedSession(int sessionId) { in getStagedSession() method in StagingManager