Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A 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()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountManagerServiceTest.java129 private static final int LATCH_TIMEOUT_MS = 500; field in AccountManagerServiceTest
3351 cyclicBarrier.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in waitForCyclicBarrier()
3359 latch.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in waitForLatch()