Searched refs:getStagedSession (Results 1 – 2 of 2) sorted by relevance
172 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
673 ? getStagedSession(session.getParentSessionId()) in getParentSessionOrSelf()826 if (getStagedSession(sessionId) == null) { in abortCommittedSession()1115 private StagedSession getStagedSession(int sessionId) { in getStagedSession() method in StagingManager