Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/services/
DCtsBasicVoiceInteractionService.java71 private CountDownLatch mOnErrorLatch; field in CtsBasicVoiceInteractionService
112 mOnErrorLatch = null; in resetState()
233 if (mOnErrorLatch != null) { in createAlwaysOnHotwordDetector()
234 mOnErrorLatch.countDown(); in createAlwaysOnHotwordDetector()
503 if (mOnErrorLatch != null) {
504 mOnErrorLatch.countDown();
825 mOnErrorLatch = new CountDownLatch(1);
993 Log.d(TAG, "waitOnErrorCalled(), latch=" + mOnErrorLatch);
994 if (mOnErrorLatch == null
995 || !mOnErrorLatch.await(WAIT_TIMEOUT_IN_MS, TimeUnit.MILLISECONDS)) {
[all …]