Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectionServiceBasicTest.java200 performAndGetDetectionResult(Utils.HOTWORD_DETECTION_SERVICE_MIC_ONDETECT_TEST), in testHotwordDetectionService_onDetectFromMic_success()
216 perform(Utils.HOTWORD_DETECTION_SERVICE_MIC_ONDETECT_TEST); in testHotwordDetectionService_onStopDetection()
220 Utils.HOTWORD_DETECTION_SERVICE_MIC_ONDETECT_TEST); in testHotwordDetectionService_onStopDetection()
254 Utils.HOTWORD_DETECTION_SERVICE_MIC_ONDETECT_TEST), in testHotwordDetectionService_concurrentCapture()
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java88 public static final int HOTWORD_DETECTION_SERVICE_MIC_ONDETECT_TEST = 104; field in Utils
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DBasicVoiceInteractionService.java133 } else if (testEvent == Utils.HOTWORD_DETECTION_SERVICE_MIC_ONDETECT_TEST) { in onStartCommand()