Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/services/
DCtsBasicVoiceInteractionService.java81 private CountDownLatch mOnHotwordDetectionServiceRestartedLatch; field in CtsBasicVoiceInteractionService
117 mOnHotwordDetectionServiceRestartedLatch = null; in resetState()
262 if (mOnHotwordDetectionServiceRestartedLatch != null) { in createAlwaysOnHotwordDetector()
263 mOnHotwordDetectionServiceRestartedLatch.countDown(); in createAlwaysOnHotwordDetector()
453 if (mOnHotwordDetectionServiceRestartedLatch != null) { in createAlwaysOnHotwordDetectorCallbackWithListeners()
454 mOnHotwordDetectionServiceRestartedLatch.countDown(); in createAlwaysOnHotwordDetectorCallbackWithListeners()
542 if (mOnHotwordDetectionServiceRestartedLatch != null) {
543 mOnHotwordDetectionServiceRestartedLatch.countDown();
635 if (mOnHotwordDetectionServiceRestartedLatch != null) {
636 mOnHotwordDetectionServiceRestartedLatch.countDown();
[all …]