Home
last modified time | relevance | path

Searched defs:onRejected (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/service/voice/
DIDspHotwordDetectionCallback.aidl39 void onRejected(in HotwordRejectedResult result); in onRejected() method
DIMicrophoneHotwordDetectionVoiceInteractionCallback.aidl48 void onRejected( in onRejected() method
DSoftwareHotwordDetector.java198 public void onRejected(@Nullable HotwordRejectedResult result) { in onRejected() method in SoftwareHotwordDetector.BinderCallback
241 public void onRejected(HotwordRejectedResult result) throws RemoteException { in onRejected() method in SoftwareHotwordDetector.InitializationStateListener
DVoiceInteractionManagerInternal.java137 void onRejected(); in onRejected() method
DHotwordDetector.java244 void onRejected(@NonNull HotwordRejectedResult result); in onRejected() method
DHotwordDetectionService.java451 public void onRejected(@NonNull HotwordRejectedResult result) { in onRejected() method in HotwordDetectionService.Callback
DAbstractDetector.java260 public void onRejected(@Nullable HotwordRejectedResult result) { in onRejected() method in AbstractDetector.BinderCallback
DAlwaysOnHotwordDetector.java866 public void onRejected(@NonNull HotwordRejectedResult result) { in onRejected() method in AlwaysOnHotwordDetector.Callback
1697 public void onRejected(@NonNull HotwordRejectedResult result) { in onRejected() method in AlwaysOnHotwordDetector.SoundTriggerListener
DVisualQueryDetector.java544 public void onRejected(HotwordRejectedResult result) throws RemoteException { in onRejected() method in VisualQueryDetector.InitializationStateListener
/frameworks/base/core/java/android/view/contentcapture/
DDataShareWriteAdapter.java38 void onRejected(); in onRejected() method
/frameworks/base/core/java/com/android/internal/app/
DIHotwordRecognitionStatusCallback.aidl66 void onRejected(in HotwordRejectedResult result); in onRejected() method