Searched refs:mOnPlaceCallInvoked (Results 1 – 1 of 1) sorted by relevance
56 private CountDownLatch mOnPlaceCallInvoked = new CountDownLatch(1); field in CtsCallRedirectionServiceController65 mOnPlaceCallInvoked = new CountDownLatch(1);110 return mOnPlaceCallInvoked.await(TIMEOUT, TimeUnit.MILLISECONDS);167 mOnPlaceCallInvoked.countDown(); in onPlaceCallInvoked()