Searched refs:AbandonSessionCallBack (Results 1 – 1 of 1) sorted by relevance
92 private static class AbandonSessionCallBack extends PackageInstaller.SessionCallback { class in SessionAbandonBehaviorTest96 AbandonSessionCallBack(CountDownLatch countDownLatch, int[] sessionIds) { in AbandonSessionCallBack() method in SessionAbandonBehaviorTest.AbandonSessionCallBack104 AbandonSessionCallBack(CountDownLatch countDownLatch, int sessionId) { in AbandonSessionCallBack() method in SessionAbandonBehaviorTest.AbandonSessionCallBack270 new AbandonSessionCallBack(countDownLatch, sessionId)); in abandon_stagedSession_shouldReceiveAbandonCallBack()284 new AbandonSessionCallBack(countDownLatch, sessionId)); in abandon_nonStagedSession_shouldReceiveAbandonCallBack()300 new AbandonSessionCallBack(countDownLatch, sessionId)); in abandon_stagedSession_openedSession_canNotGetNames()317 new AbandonSessionCallBack(countDownLatch, sessionId)); in abandon_nonStagedSession_openedSession_canNotGetNames()333 new AbandonSessionCallBack(countDownLatch, sessionId)); in abandon_stagedSession_openForWriting_shouldFail()351 new AbandonSessionCallBack(countDownLatch, sessiondId)); in abandon_nonStagedSession_openForWriting_shouldFail()369 new AbandonSessionCallBack(countDownLatch, sessionId)); in abandon_stagedSession_canNotOpenAgain()[all …]