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.java69 private static final int LATCH_TIMEOUT_MS = 500; field in SystemActionPerformerTest
235 latch.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testPerformSystemActionNewAction()
255 latch.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testPerformSystemActionOverrideLegacyActionUsingLegacyActionId()
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java123 private static final int LATCH_TIMEOUT_MS = 500; field in AccountManagerServiceTest
3089 cyclicBarrier.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in waitForCyclicBarrier()
3097 latch.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in waitForLatch()