Home
last modified time | relevance | path

Searched defs:onHotwordDetectionServiceInitialized (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/voiceinteraction/app/aidl/com/android/cts/voiceinteraction/
DIProxyDetectorCallback.aidl24 void onHotwordDetectionServiceInitialized(int status); in onHotwordDetectionServiceInitialized() method
/cts/hostsidetests/voiceinteraction/app/src/com/android/cts/voiceinteraction/
DProxyVoiceInteractionService.java511 public void onHotwordDetectionServiceInitialized(int status) { in onHotwordDetectionServiceInitialized() method in HotwordDetectorCallbackAdapter
561 public void onHotwordDetectionServiceInitialized(int status) { in createDetectorCallback() method in HotwordDetectorCallbackAdapter
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/services/
DCtsBasicVoiceInteractionService.java440 public void onHotwordDetectionServiceInitialized(int status) { in createAlwaysOnHotwordDetectorCallbackWithListeners() method in CtsBasicVoiceInteractionService