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.java54 public CountDownLatch mUpdateCallLock = new CountDownLatch(1); field in InCallServiceFixture
97 mUpdateCallLock.countDown(); in updateCall()
192 mUpdateCallLock.await(5000, TimeUnit.MILLISECONDS); in waitForUpdate()
196 mUpdateCallLock = new CountDownLatch(1); in waitForUpdate()