Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/services/
DCtsBasicVoiceInteractionService.java73 private CountDownLatch mOnFailureLatch; field in CtsBasicVoiceInteractionService
113 mOnFailureLatch = null; in resetState()
398 if (mOnFailureLatch != null) { in createAlwaysOnHotwordDetectorCallbackWithListeners()
399 mOnFailureLatch.countDown(); in createAlwaysOnHotwordDetectorCallbackWithListeners()
408 if (mOnFailureLatch != null) { in createAlwaysOnHotwordDetectorCallbackWithListeners()
409 mOnFailureLatch.countDown(); in createAlwaysOnHotwordDetectorCallbackWithListeners()
418 if (mOnFailureLatch != null) { in createAlwaysOnHotwordDetectorCallbackWithListeners()
419 mOnFailureLatch.countDown(); in createAlwaysOnHotwordDetectorCallbackWithListeners()
586 if (mOnFailureLatch != null) {
587 mOnFailureLatch.countDown();
[all …]