Searched refs:mOnHotwordDetectionServiceRestartedLatch (Results 1 – 1 of 1) sorted by relevance
81 private CountDownLatch mOnHotwordDetectionServiceRestartedLatch; field in CtsBasicVoiceInteractionService117 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 …]