Home
last modified time | relevance | path

Searched defs:onRejected (Results 1 – 10 of 10) 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.java195 public void onRejected(@Nullable HotwordRejectedResult result) { in onRejected() method in SoftwareHotwordDetector.BinderCallback
231 public void onRejected(HotwordRejectedResult result) throws RemoteException { in onRejected() method in SoftwareHotwordDetector.InitializationStateListener
DHotwordDetector.java244 void onRejected(@NonNull HotwordRejectedResult result); in onRejected() method
DAbstractDetector.java245 public void onRejected(@Nullable HotwordRejectedResult result) { in onRejected() method in AbstractDetector.BinderCallback
DHotwordDetectionService.java438 public void onRejected(@NonNull HotwordRejectedResult result) { in onRejected() method in HotwordDetectionService.Callback
DVisualQueryDetector.java364 public void onRejected(HotwordRejectedResult result) throws RemoteException { in onRejected() method in VisualQueryDetector.InitializationStateListener
DAlwaysOnHotwordDetector.java831 public void onRejected(@NonNull HotwordRejectedResult result) { in onRejected() method in AlwaysOnHotwordDetector.Callback
1632 public void onRejected(@NonNull HotwordRejectedResult result) { in onRejected() method in AlwaysOnHotwordDetector.SoundTriggerListener
/frameworks/base/core/java/android/view/contentcapture/
DDataShareWriteAdapter.java38 void onRejected(); in onRejected() method
/frameworks/base/core/java/com/android/internal/app/
DIHotwordRecognitionStatusCallback.aidl59 void onRejected(in HotwordRejectedResult result); in onRejected() method