Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/testcore/
DHelper.java296 public static void verifyDetectedResult(AlwaysOnHotwordDetector.EventPayload detectedResult,
300 HotwordDetectedResult hotwordDetectedResult = detectedResult.getHotwordDetectedResult();
303 ParcelFileDescriptor audioStream = detectedResult.getAudioStream();
333 AlwaysOnHotwordDetector.EventPayload detectedResult,
337 HotwordDetectedResult hotwordDetectedResult = detectedResult.getHotwordDetectedResult();
344 ParcelFileDescriptor audioStream = detectedResult.getAudioStream();
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectionServiceProximityTest.java339 AlwaysOnHotwordDetector.EventPayload detectedResult = in waitHotwordServiceOnDetectedResult() local
341 return detectedResult.getHotwordDetectedResult(); in waitHotwordServiceOnDetectedResult()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainHotwordDetectionService.java272 HotwordDetectedResult detectedResult = in onDetect()
277 callback.onDetected(detectedResult); in onDetect()