Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectionServiceBasicTest.java890 AlwaysOnHotwordDetector.EventPayload detectResult = in testHotwordDetectionServiceDspWithAudioEgress() local
893 Helper.verifyAudioEgressDetectedResult(detectResult, AUDIO_EGRESS_DETECTED_RESULT); in testHotwordDetectionServiceDspWithAudioEgress()
930 AlwaysOnHotwordDetector.EventPayload detectResult = in testHotwordDetectionService_softwareDetectorWithAudioEgress() local
933 Helper.verifyDetectedResult(detectResult, AUDIO_EGRESS_DETECTED_RESULT); in testHotwordDetectionService_softwareDetectorWithAudioEgress()
971 AlwaysOnHotwordDetector.EventPayload detectResult = in testHotwordDetectionService_onDetectFromExternalSourceWithAudioEgress() local
974 Helper.verifyDetectedResult(detectResult, AUDIO_EGRESS_DETECTED_RESULT); in testHotwordDetectionService_onDetectFromExternalSourceWithAudioEgress()
1006 AlwaysOnHotwordDetector.EventPayload detectResult = in testHotwordDetectionService_onDetectFromWearableWithAudioEgress() local
1009 Helper.verifyDetectedResult(detectResult, AUDIO_EGRESS_DETECTED_RESULT); in testHotwordDetectionService_onDetectFromWearableWithAudioEgress()
1041 AlwaysOnHotwordDetector.EventPayload detectResult = in testHotwordDetectionService_onDetectFromWearable_doesNotNoteRecordAudioOp() local
1044 assertThat(detectResult).isNotNull(); in testHotwordDetectionService_onDetectFromWearable_doesNotNoteRecordAudioOp()
[all …]
DAlwaysOnHotwordDetectorTest.java250 AlwaysOnHotwordDetector.EventPayload detectResult = in testStartRecognition_success() local
253 Helper.verifyDetectedResult(detectResult, Helper.DETECTED_RESULT); in testStartRecognition_success()
726 AlwaysOnHotwordDetector.EventPayload detectResult = in testOnPhoneCall_recognitionPausedAndResumed() local
728 Helper.verifyDetectedResult(detectResult, Helper.DETECTED_RESULT); in testOnPhoneCall_recognitionPausedAndResumed()
763 AlwaysOnHotwordDetector.EventPayload detectResult = in testStartRecognitionDuringContention_succeedsPausesThenResumes() local
765 Helper.verifyDetectedResult(detectResult, Helper.DETECTED_RESULT); in testStartRecognitionDuringContention_succeedsPausesThenResumes()
809 AlwaysOnHotwordDetector.EventPayload detectResult = in testStartRecognitionDuringBatterySaver_succeedsPausesThenResumes() local
811 Helper.verifyDetectedResult(detectResult, Helper.DETECTED_RESULT); in testStartRecognitionDuringBatterySaver_succeedsPausesThenResumes()
859 AlwaysOnHotwordDetector.EventPayload detectResult = in testStartRecognitionFail_leavesModelUnrequested() local
861 Helper.verifyDetectedResult(detectResult, Helper.DETECTED_RESULT); in testStartRecognitionFail_leavesModelUnrequested()
[all …]
DHotwordDetectionServiceStressTest.java247 AlwaysOnHotwordDetector.EventPayload detectResult = in testHotwordDetectionService_onDetectFromExternalSource_success() local
250 Helper.verifyDetectedResult(detectResult, Helper.DETECTED_RESULT); in testHotwordDetectionService_onDetectFromExternalSource_success()
357 AlwaysOnHotwordDetector.EventPayload detectResult = in verifyOnDetectFromDspSuccess() local
360 Helper.verifyDetectedResult(detectResult, Helper.DETECTED_RESULT); in verifyOnDetectFromDspSuccess()
371 AlwaysOnHotwordDetector.EventPayload detectResult = in verifySoftwareDetectorDetectSuccess() local
373 Helper.verifyDetectedResult(detectResult, Helper.DETECTED_RESULT); in verifySoftwareDetectorDetectSuccess()
DHotwordDetectionServicePermissionTest.java143 AlwaysOnHotwordDetector.EventPayload detectResult = in testHotwordDetectionService_hasCaptureAudioOutputPermission() local
146 Helper.verifyDetectedResult(detectResult, Helper.DETECTED_RESULT); in testHotwordDetectionService_hasCaptureAudioOutputPermission()
DAlwaysOnHotwordDetectorNoHdsTest.java282 AlwaysOnHotwordDetector.EventPayload detectResult = in startAndTriggerRecognition() local
284 assertThat(detectResult).isNotNull(); in startAndTriggerRecognition()
DVoiceInteractionServiceTest.java560 AlwaysOnHotwordDetector.EventPayload detectResult = in testCreateHotwordDetector() local
562 Helper.verifyDetectedResult(detectResult, Helper.DETECTED_RESULT); in testCreateHotwordDetector()
600 AlwaysOnHotwordDetector.EventPayload detectResult = in verifyDetectFromDspSuccess() local
603 Helper.verifyDetectedResult(detectResult, Helper.DETECTED_RESULT); in verifyDetectFromDspSuccess()
DHotwordDetectionServiceMultipleDetectorTest.java373 AlwaysOnHotwordDetector.EventPayload detectResult = in verifyHotwordOnDetectFromDspSuccess() local
376 Helper.verifyDetectedResult(detectResult, Utils.AUDIO_EGRESS_DETECTED_RESULT); in verifyHotwordOnDetectFromDspSuccess()