Home
last modified time | relevance | path

Searched refs:HOTWORD_DETECTION_SERVICE_FROM_SOFTWARE_TRIGGER_TEST (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectionServiceBasicTest.java195 testHotwordDetection(Utils.HOTWORD_DETECTION_SERVICE_FROM_SOFTWARE_TRIGGER_TEST, in testHotwordDetectionService_onDetectFromMic_success()
210 testHotwordDetection(Utils.HOTWORD_DETECTION_SERVICE_FROM_SOFTWARE_TRIGGER_TEST, in testHotwordDetectionService_onStopDetection()
230 testHotwordDetection(Utils.HOTWORD_DETECTION_SERVICE_FROM_SOFTWARE_TRIGGER_TEST, in testHotwordDetectionService_concurrentCapture()
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java87 public static final int HOTWORD_DETECTION_SERVICE_FROM_SOFTWARE_TRIGGER_TEST = 103; field in Utils
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DBasicVoiceInteractionService.java129 } else if (testEvent == Utils.HOTWORD_DETECTION_SERVICE_FROM_SOFTWARE_TRIGGER_TEST) { in onStartCommand()