Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DSystemActionPerformerTest.java68 private static final int LATCH_TIMEOUT_MS = 500; field in SystemActionPerformerTest
239 latch.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testPerformSystemActionNewAction()
259 latch.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testPerformSystemActionOverrideLegacyActionUsingLegacyActionId()
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java133 private static final int LATCH_TIMEOUT_MS = 500; field in AccountManagerServiceTest
3462 cyclicBarrier.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in waitForCyclicBarrier()
3470 latch.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in waitForLatch()