Home
last modified time | relevance | path

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

/packages/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/
DNfcCallbackResultReceiverTest.java35 private CountDownLatch mMockCountDownLatch; field in NfcCallbackResultReceiverTest
43 mNfcCallbackResultReceiver = new NfcCallbackResultReceiver(mMockCountDownLatch, in setUp()
51 verify(mMockCountDownLatch).countDown(); in testOnReceiveResult()