Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/services/
DCtsBasicVoiceInteractionService.java79 private CountDownLatch mOnRecognitionResumedLatch; field in CtsBasicVoiceInteractionService
116 mOnRecognitionResumedLatch = null; in resetState()
434 if (mOnRecognitionResumedLatch != null) { in createAlwaysOnHotwordDetectorCallbackWithListeners()
435 mOnRecognitionResumedLatch.countDown(); in createAlwaysOnHotwordDetectorCallbackWithListeners()
850 mOnRecognitionResumedLatch = new CountDownLatch(1);
1032 Log.d(TAG, "waitOnRecognitionResumedCalled(), latch=" + mOnRecognitionResumedLatch);
1033 if (mOnRecognitionResumedLatch == null
1034 || !mOnRecognitionResumedLatch.await(WAIT_TIMEOUT_IN_MS, TimeUnit.MILLISECONDS)) {
1035 mOnRecognitionResumedLatch = null;
1038 mOnRecognitionResumedLatch = null;