Home
last modified time | relevance | path

Searched refs:HOTWORD_DETECTION_SERVICE_TRIGGER_RESULT_INTENT (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectionServiceBasicTest.java122 Utils.HOTWORD_DETECTION_SERVICE_TRIGGER_RESULT_INTENT, in testHotwordDetectionService_validHotwordDetectionComponentName_triggerSuccess()
130 Utils.HOTWORD_DETECTION_SERVICE_TRIGGER_RESULT_INTENT, in testVoiceInteractionService_withoutManageHotwordDetectionPermission_triggerFailure()
138 Utils.HOTWORD_DETECTION_SERVICE_TRIGGER_RESULT_INTENT, in testVoiceInteractionService_holdBindHotwordDetectionPermission_triggerFailure()
149 Utils.HOTWORD_DETECTION_SERVICE_TRIGGER_RESULT_INTENT, in testHotwordDetectionService_onDetectFromDsp_success()
165 Utils.HOTWORD_DETECTION_SERVICE_TRIGGER_RESULT_INTENT, in testHotwordDetectionService_onDetectFromDsp_rejection()
179 Utils.HOTWORD_DETECTION_SERVICE_TRIGGER_RESULT_INTENT, in testHotwordDetectionService_onDetectFromExternalSource_success()
196 Utils.HOTWORD_DETECTION_SERVICE_TRIGGER_RESULT_INTENT, in testHotwordDetectionService_onDetectFromMic_success()
211 Utils.HOTWORD_DETECTION_SERVICE_TRIGGER_RESULT_INTENT, in testHotwordDetectionService_onStopDetection()
231 Utils.HOTWORD_DETECTION_SERVICE_TRIGGER_RESULT_INTENT, in testHotwordDetectionService_concurrentCapture()
269 Utils.HOTWORD_DETECTION_SERVICE_TRIGGER_RESULT_INTENT, in testHotwordDetectionService_processDied_triggerOnError()
[all …]
DHotwordDetectionServiceNonExistenceTest.java45 Utils.HOTWORD_DETECTION_SERVICE_TRIGGER_RESULT_INTENT); in testHotwordDetectionService_noHotwordDetectionComponentName_triggerFailure()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DBasicVoiceInteractionService.java200 Utils.HOTWORD_DETECTION_SERVICE_TRIGGER_RESULT_INTENT, in callCreateAlwaysOnHotwordDetector()
230 Utils.HOTWORD_DETECTION_SERVICE_TRIGGER_RESULT_INTENT, in callCreateAlwaysOnHotwordDetector()
235 Utils.HOTWORD_DETECTION_SERVICE_TRIGGER_RESULT_INTENT, in callCreateAlwaysOnHotwordDetector()
260 Utils.HOTWORD_DETECTION_SERVICE_TRIGGER_RESULT_INTENT,
370 Utils.HOTWORD_DETECTION_SERVICE_TRIGGER_RESULT_INTENT,
DMainInteractionService.java136 Utils.HOTWORD_DETECTION_SERVICE_TRIGGER_RESULT_INTENT, in callCreateAlwaysOnHotwordDetector()
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java174 public static final String HOTWORD_DETECTION_SERVICE_TRIGGER_RESULT_INTENT = field in Utils