Home
last modified time | relevance | path

Searched refs:HOTWORD_DETECTION_SERVICE_TRIGGER_ILLEGAL_STATE_EXCEPTION (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectionServiceNonExistenceTest.java57 Utils.HOTWORD_DETECTION_SERVICE_TRIGGER_ILLEGAL_STATE_EXCEPTION); in testHotwordDetectionService_noHotwordDetectionComponentName_triggerFailure()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainInteractionService.java137 Utils.HOTWORD_DETECTION_SERVICE_TRIGGER_ILLEGAL_STATE_EXCEPTION); in callCreateAlwaysOnHotwordDetector()
DBasicVoiceInteractionService.java231 Utils.HOTWORD_DETECTION_SERVICE_TRIGGER_ILLEGAL_STATE_EXCEPTION); in callCreateAlwaysOnHotwordDetector()
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java94 public static final int HOTWORD_DETECTION_SERVICE_TRIGGER_ILLEGAL_STATE_EXCEPTION = 2; field in Utils