Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java90 public static final int HOTWORD_DETECTION_SERVICE_PROCESS_DIED_TEST = 106; field in Utils
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DBasicVoiceInteractionService.java142 } else if (testEvent == Utils.HOTWORD_DETECTION_SERVICE_PROCESS_DIED_TEST) { in onStartCommand()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectionServiceBasicTest.java273 testHotwordDetection(Utils.HOTWORD_DETECTION_SERVICE_PROCESS_DIED_TEST, in testHotwordDetectionService_processDied_triggerOnError()