Searched refs:mMockCountDownLatch (Results 1 – 1 of 1) sorted by relevance
35 private CountDownLatch mMockCountDownLatch; field in NfcCallbackResultReceiverTest43 mNfcCallbackResultReceiver = new NfcCallbackResultReceiver(mMockCountDownLatch, in setUp()51 verify(mMockCountDownLatch).countDown(); in testOnReceiveResult()