Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java86 public static final int HOTWORD_DETECTION_SERVICE_EXTERNAL_SOURCE_ONDETECT_TEST = 102; field in Utils
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DBasicVoiceInteractionService.java118 } else if (testEvent == Utils.HOTWORD_DETECTION_SERVICE_EXTERNAL_SOURCE_ONDETECT_TEST) { in onStartCommand()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectionServiceBasicTest.java184 Utils.HOTWORD_DETECTION_SERVICE_EXTERNAL_SOURCE_ONDETECT_TEST), in testHotwordDetectionService_onDetectFromExternalSource_success()