Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainHotwordDetectionService.java184 callback.onDetected(Utils.AUDIO_EGRESS_DETECTED_RESULT); in onDetect()
338 callback.onDetected(Utils.AUDIO_EGRESS_DETECTED_RESULT); in onDetect()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectionServiceBasicTest.java24 import static android.voiceinteraction.common.Utils.AUDIO_EGRESS_DETECTED_RESULT;
893 Helper.verifyAudioEgressDetectedResult(detectResult, AUDIO_EGRESS_DETECTED_RESULT); in testHotwordDetectionServiceDspWithAudioEgress()
933 Helper.verifyDetectedResult(detectResult, AUDIO_EGRESS_DETECTED_RESULT); in testHotwordDetectionService_softwareDetectorWithAudioEgress()
974 Helper.verifyDetectedResult(detectResult, AUDIO_EGRESS_DETECTED_RESULT); in testHotwordDetectionService_onDetectFromExternalSourceWithAudioEgress()
1009 Helper.verifyDetectedResult(detectResult, AUDIO_EGRESS_DETECTED_RESULT); in testHotwordDetectionService_onDetectFromWearableWithAudioEgress()
DHotwordDetectionServiceMultipleDetectorTest.java376 Helper.verifyDetectedResult(detectResult, Utils.AUDIO_EGRESS_DETECTED_RESULT); in verifyHotwordOnDetectFromDspSuccess()
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java291 public static final HotwordDetectedResult AUDIO_EGRESS_DETECTED_RESULT = field in Utils