Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestImsSmsImpl.java37 private CountDownLatch mSmsAckLatch = new CountDownLatch(1); field in TestImsSmsImpl
76 mSmsAckLatch.countDown(); in acknowledgeSms()
91 complete = mSmsAckLatch.await(ImsUtils.TEST_TIMEOUT_MS, TimeUnit.MILLISECONDS); in receiveSmsWaitForAcknowledge()