Searched refs:mSmsAckLatch (Results 1 – 1 of 1) sorted by relevance
37 private CountDownLatch mSmsAckLatch = new CountDownLatch(1); field in TestImsSmsImpl76 mSmsAckLatch.countDown(); in acknowledgeSms()91 complete = mSmsAckLatch.await(ImsUtils.TEST_TIMEOUT_MS, TimeUnit.MILLISECONDS); in receiveSmsWaitForAcknowledge()