Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectionServiceProximityTest.java159 HotwordDetectedResult hotwordDetectedResult1 = waitHotwordServiceOnDetectedResult(); in testAttentionService_onDetectFromDsp()
171 HotwordDetectedResult hotwordDetectedResult2 = waitHotwordServiceOnDetectedResult(); in testAttentionService_onDetectFromDsp()
183 HotwordDetectedResult hotwordDetectedResult3 = waitHotwordServiceOnDetectedResult(); in testAttentionService_onDetectFromDsp()
195 HotwordDetectedResult hotwordDetectedResult4 = waitHotwordServiceOnDetectedResult(); in testAttentionService_onDetectFromDsp()
219 HotwordDetectedResult hotwordDetectedResult = waitHotwordServiceOnDetectedResult(); in testAttentionService_onDetectFromMic_noUpdates()
245 HotwordDetectedResult hotwordDetectedResult = waitHotwordServiceOnDetectedResult(); in testAttentionService_onDetectFromMic_unknownProximity()
271 HotwordDetectedResult hotwordDetectedResult = waitHotwordServiceOnDetectedResult(); in testAttentionService_onDetectFromMic_updatedProximity()
299 HotwordDetectedResult hotwordDetectedResult = waitHotwordServiceOnDetectedResult(); in testAttentionService_onDetectFromExternalSource_doesNotReceiveProximity()
337 private HotwordDetectedResult waitHotwordServiceOnDetectedResult() throws Throwable { in waitHotwordServiceOnDetectedResult() method in HotwordDetectionServiceProximityTest