Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/CallRedirectionServiceTestApp/src/android/telecom/cts/redirectiontestapp/
DCtsCallRedirectionServiceController.java56 private CountDownLatch mOnPlaceCallInvoked = new CountDownLatch(1); field in CtsCallRedirectionServiceController
65 mOnPlaceCallInvoked = new CountDownLatch(1);
110 return mOnPlaceCallInvoked.await(TIMEOUT, TimeUnit.MILLISECONDS);
167 mOnPlaceCallInvoked.countDown(); in onPlaceCallInvoked()