Searched refs:mOnDetectRejectLatch (Results 1 – 1 of 1) sorted by relevance
69 private CountDownLatch mOnDetectRejectLatch; field in CtsBasicVoiceInteractionService111 mOnDetectRejectLatch = null; in resetState()213 if (mOnDetectRejectLatch != null) { in createAlwaysOnHotwordDetector()214 mOnDetectRejectLatch.countDown(); in createAlwaysOnHotwordDetector()224 if (mOnDetectRejectLatch != null) { in createAlwaysOnHotwordDetector()225 mOnDetectRejectLatch.countDown(); in createAlwaysOnHotwordDetector()371 if (mOnDetectRejectLatch != null) { in createAlwaysOnHotwordDetectorCallbackWithListeners()372 mOnDetectRejectLatch.countDown(); in createAlwaysOnHotwordDetectorCallbackWithListeners()382 if (mOnDetectRejectLatch != null) { in createAlwaysOnHotwordDetectorCallbackWithListeners()383 mOnDetectRejectLatch.countDown(); in createAlwaysOnHotwordDetectorCallbackWithListeners()[all …]