Searched refs:waitForSessionReady (Results 1 – 3 of 3) sorted by relevance
142 InstallUtils.waitForSessionReady(committed.getCommittedSessionId()); in testApkOnlyCommitRollback()205 InstallUtils.waitForSessionReady(committed.getCommittedSessionId()); in testApkOnlyMultipleStagedRollback_Phase2()225 InstallUtils.waitForSessionReady(committed.getCommittedSessionId()); in testApkOnlyMultipleStagedRollback_Phase2()295 InstallUtils.waitForSessionReady(committed.getCommittedSessionId()); in testApkOnlyMultipleStagedPartialRollback_Phase2()371 InstallUtils.waitForSessionReady(committed.getCommittedSessionId()); in testApexOnlyCommitRollback()421 InstallUtils.waitForSessionReady(committed.getCommittedSessionId()); in testApexOnlySystemVersion_CommitRollback()487 InstallUtils.waitForSessionReady(committed.getCommittedSessionId()); in testApexAndApkCommitRollback()584 InstallUtils.waitForSessionReady(committed.getCommittedSessionId()); in testApexKeyRotation_CommitRollback()
157 InstallUtils.waitForSessionReady(sessionId); in commit()
86 public static void waitForSessionReady(int sessionId) { in waitForSessionReady() method in InstallUtils