Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DTestVoiceInteractionServiceActivity.java32 if (serviceType == Utils.HOTWORD_DETECTION_SERVICE_NONE) { in triggerHotwordDetectionServiceTest()
DHotwordDetectionServiceNonExistenceTest.java50 Utils.HOTWORD_DETECTION_SERVICE_NONE, in testHotwordDetectionService_noHotwordDetectionComponentName_triggerFailure()
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java69 public static final int HOTWORD_DETECTION_SERVICE_NONE = 0; field in Utils