Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DInCallServiceFixture.java51 public CountDownLatch mUpdateCallLock = new CountDownLatch(1); field in InCallServiceFixture
87 mUpdateCallLock.countDown(); in updateCall()
173 mUpdateCallLock.await(5000, TimeUnit.MILLISECONDS); in waitForUpdate()
177 mUpdateCallLock = new CountDownLatch(1); in waitForUpdate()