Searched refs:mTimeoutNotified (Results 1 – 1 of 1) sorted by relevance
55 private CountDownLatch mTimeoutNotified = new CountDownLatch(1); field in CtsCallRedirectionServiceController64 mTimeoutNotified = new CountDownLatch(1);101 return mTimeoutNotified.await(TIMEOUT, TimeUnit.MILLISECONDS);163 mTimeoutNotified.countDown(); in timeoutNotified()