Searched refs:mUpdateCallLock (Results 1 – 1 of 1) sorted by relevance
51 public CountDownLatch mUpdateCallLock = new CountDownLatch(1); field in InCallServiceFixture87 mUpdateCallLock.countDown(); in updateCall()173 mUpdateCallLock.await(5000, TimeUnit.MILLISECONDS); in waitForUpdate()177 mUpdateCallLock = new CountDownLatch(1); in waitForUpdate()