Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectionServiceMultipleDetectorTest.java202 Utils.EXTRA_HOTWORD_DETECTION_SERVICE_ENABLE_AUDIO_EGRESS); in testHotwordDetectionServiceMultipleDetectors_detectHotwordDSPThenVisualQuery()
251 Utils.EXTRA_HOTWORD_DETECTION_SERVICE_ENABLE_AUDIO_EGRESS); in testHotwordDetectionServiceMultipleDetectors_detectVisualQueryThenHotwordDSP()
304 Utils.EXTRA_HOTWORD_DETECTION_SERVICE_ENABLE_AUDIO_EGRESS); in testHotwordDetectionServiceMultipleDetectors_restart_detectVisualQueryThenHotword()
DHotwordDetectionServiceBasicTest.java868 Utils.EXTRA_HOTWORD_DETECTION_SERVICE_ENABLE_AUDIO_EGRESS); in testHotwordDetectionServiceDspWithAudioEgress()
916 Utils.EXTRA_HOTWORD_DETECTION_SERVICE_ENABLE_AUDIO_EGRESS); in testHotwordDetectionService_softwareDetectorWithAudioEgress()
954 Utils.EXTRA_HOTWORD_DETECTION_SERVICE_ENABLE_AUDIO_EGRESS); in testHotwordDetectionService_onDetectFromExternalSourceWithAudioEgress()
1224 Utils.EXTRA_HOTWORD_DETECTION_SERVICE_ENABLE_AUDIO_EGRESS); in testHotwordDetectionServiceDspWithAudioEgressWrongCopyBufferSize()
1274 Utils.EXTRA_HOTWORD_DETECTION_SERVICE_ENABLE_AUDIO_EGRESS); in testHotwordDetectionService_softwareDetectorWithAudioEgressWrongCopyBufferSize()
1313 Utils.EXTRA_HOTWORD_DETECTION_SERVICE_ENABLE_AUDIO_EGRESS); in testHotwordDetectionService_externalSourceWithAudioEgressWrongCopyBufferSize()
2231 Utils.EXTRA_HOTWORD_DETECTION_SERVICE_ENABLE_AUDIO_EGRESS); in setupForWearableTests()
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java98 public static final int EXTRA_HOTWORD_DETECTION_SERVICE_ENABLE_AUDIO_EGRESS = 5; field in Utils
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainHotwordDetectionService.java453 == Utils.EXTRA_HOTWORD_DETECTION_SERVICE_ENABLE_AUDIO_EGRESS) { in onUpdateState()