Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarPropertyManagerTest.java132 private static final int CALLBACK_SHORT_TIMEOUT_MS = 250; // ms field in CarPropertyManagerTest
718 if (!mEventsCountDownLatch.await(CALLBACK_SHORT_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in assertOnErrorEventCalled()
720 + CALLBACK_SHORT_TIMEOUT_MS + " ms."); in assertOnErrorEventCalled()
725 if (mEventsCountDownLatch.await(CALLBACK_SHORT_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in assertOnErrorEventNotCalled()
726 throw new IllegalStateException("Callback is called in " + CALLBACK_SHORT_TIMEOUT_MS in assertOnErrorEventNotCalled()
732 if (!mRegisterCountDownLatch.await(CALLBACK_SHORT_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in assertRegisterCompleted()
733 throw new IllegalStateException("Register failed in " + CALLBACK_SHORT_TIMEOUT_MS in assertRegisterCompleted()
775 if (!mEventsCountDownLatch.await(CALLBACK_SHORT_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in assertOnChangeEventCalled()
777 + CALLBACK_SHORT_TIMEOUT_MS + " ms."); in assertOnChangeEventCalled()
782 if (!mRegisterCountDownLatch.await(CALLBACK_SHORT_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in assertRegisterCompleted()
[all …]