Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestImsSmsImpl.java35 private CountDownLatch mOnReadyLatch = new CountDownLatch(1); field in TestImsSmsImpl
67 mOnReadyLatch.countDown(); in onReady()
172 complete = mOnReadyLatch.await(ImsUtils.TEST_TIMEOUT_MS, TimeUnit.MILLISECONDS); in waitForOnReadyLatch()