Searched refs:detectResult (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/ |
D | HotwordDetectionServiceBasicTest.java | 890 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 …]
|
D | AlwaysOnHotwordDetectorTest.java | 250 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 …]
|
D | HotwordDetectionServiceStressTest.java | 247 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()
|
D | HotwordDetectionServicePermissionTest.java | 143 AlwaysOnHotwordDetector.EventPayload detectResult = in testHotwordDetectionService_hasCaptureAudioOutputPermission() local 146 Helper.verifyDetectedResult(detectResult, Helper.DETECTED_RESULT); in testHotwordDetectionService_hasCaptureAudioOutputPermission()
|
D | AlwaysOnHotwordDetectorNoHdsTest.java | 282 AlwaysOnHotwordDetector.EventPayload detectResult = in startAndTriggerRecognition() local 284 assertThat(detectResult).isNotNull(); in startAndTriggerRecognition()
|
D | VoiceInteractionServiceTest.java | 560 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()
|
D | HotwordDetectionServiceMultipleDetectorTest.java | 373 AlwaysOnHotwordDetector.EventPayload detectResult = in verifyHotwordOnDetectFromDspSuccess() local 376 Helper.verifyDetectedResult(detectResult, Utils.AUDIO_EGRESS_DETECTED_RESULT); in verifyHotwordOnDetectFromDspSuccess()
|