Home
last modified time | relevance | path

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

/cts/tests/tests/packageinstaller/atomicinstall/src/com/android/tests/atomicinstall/
DSessionAbandonBehaviorTest.java75 public static final int CALLBACK_TIMEOUT_SECONDS = 10; field in SessionAbandonBehaviorTest
275 countDownLatch.await(CALLBACK_TIMEOUT_SECONDS, TimeUnit.SECONDS)).isTrue(); in abandon_stagedSession_shouldReceiveAbandonCallBack()
289 countDownLatch.await(CALLBACK_TIMEOUT_SECONDS, TimeUnit.SECONDS)).isTrue(); in abandon_nonStagedSession_shouldReceiveAbandonCallBack()
303 countDownLatch.await(CALLBACK_TIMEOUT_SECONDS, TimeUnit.SECONDS); in abandon_stagedSession_openedSession_canNotGetNames()
320 countDownLatch.await(CALLBACK_TIMEOUT_SECONDS, TimeUnit.SECONDS); in abandon_nonStagedSession_openedSession_canNotGetNames()
338 countDownLatch.await(CALLBACK_TIMEOUT_SECONDS, TimeUnit.SECONDS); in abandon_stagedSession_openForWriting_shouldFail()
356 countDownLatch.await(CALLBACK_TIMEOUT_SECONDS, TimeUnit.SECONDS); in abandon_nonStagedSession_openForWriting_shouldFail()
372 countDownLatch.await(CALLBACK_TIMEOUT_SECONDS, TimeUnit.SECONDS); in abandon_stagedSession_canNotOpenAgain()
388 countDownLatch.await(CALLBACK_TIMEOUT_SECONDS, TimeUnit.SECONDS); in abandon_nonStagedSession_canNotOpenAgain()
408 countDownLatch.await(CALLBACK_TIMEOUT_SECONDS, TimeUnit.SECONDS)).isTrue(); in abandon_stagedParentSession_shouldReceiveAllChildrenAbandonCallBack()
[all …]