Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/CallRedirectionServiceTestApp/src/android/telecom/cts/redirectiontestapp/
DCtsCallRedirectionServiceController.java55 private CountDownLatch mTimeoutNotified = new CountDownLatch(1); field in CtsCallRedirectionServiceController
64 mTimeoutNotified = new CountDownLatch(1);
101 return mTimeoutNotified.await(TIMEOUT, TimeUnit.MILLISECONDS);
163 mTimeoutNotified.countDown(); in timeoutNotified()