Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DBasicVoiceInteractionService.java183 Utils.HOTWORD_DETECTION_SERVICE_ONDETECT_RESULT_INTENT, in callCreateAlwaysOnHotwordDetector()
192 Utils.HOTWORD_DETECTION_SERVICE_ONDETECT_RESULT_INTENT, in callCreateAlwaysOnHotwordDetector()
252 Utils.HOTWORD_DETECTION_SERVICE_ONDETECT_RESULT_INTENT,
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java176 public static final String HOTWORD_DETECTION_SERVICE_ONDETECT_RESULT_INTENT = field in Utils
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectionServiceBasicTest.java293 Utils.HOTWORD_DETECTION_SERVICE_ONDETECT_RESULT_INTENT); in performAndGetDetectionResult()