Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectionServiceBasicTest.java121 testHotwordDetection(Utils.HOTWORD_DETECTION_SERVICE_TRIGGER_TEST, in testHotwordDetectionService_validHotwordDetectionComponentName_triggerSuccess()
148 testHotwordDetection(Utils.HOTWORD_DETECTION_SERVICE_TRIGGER_TEST, in testHotwordDetectionService_onDetectFromDsp_success()
164 testHotwordDetection(Utils.HOTWORD_DETECTION_SERVICE_TRIGGER_TEST, in testHotwordDetectionService_onDetectFromDsp_rejection()
178 testHotwordDetection(Utils.HOTWORD_DETECTION_SERVICE_TRIGGER_TEST, in testHotwordDetectionService_onDetectFromExternalSource_success()
268 testHotwordDetection(Utils.HOTWORD_DETECTION_SERVICE_TRIGGER_TEST, in testHotwordDetectionService_processDied_triggerOnError()
DHotwordDetectionServiceNonExistenceTest.java51 Utils.HOTWORD_DETECTION_SERVICE_TRIGGER_TEST); in testHotwordDetectionService_noHotwordDetectionComponentName_triggerFailure()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainInteractionService.java60 } else if (testEvent == Utils.HOTWORD_DETECTION_SERVICE_TRIGGER_TEST) { in onStartCommand()
DBasicVoiceInteractionService.java89 if (testEvent == Utils.HOTWORD_DETECTION_SERVICE_TRIGGER_TEST) { in onStartCommand()
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java84 public static final int HOTWORD_DETECTION_SERVICE_TRIGGER_TEST = 100; field in Utils