Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/voice/
DIDspHotwordDetectionCallback.aidl39 void onRejected(in HotwordRejectedResult result); in onRejected() method
DIMicrophoneHotwordDetectionVoiceInteractionCallback.aidl46 void onRejected( in onRejected() method
DSoftwareHotwordDetector.java169 public void onRejected(@Nullable HotwordRejectedResult result) { in onRejected() method in SoftwareHotwordDetector.BinderCallback
208 public void onRejected(HotwordRejectedResult result) throws RemoteException { in onRejected() method in SoftwareHotwordDetector.InitializationStateListener
DHotwordDetector.java187 void onRejected(@NonNull HotwordRejectedResult result); in onRejected() method
DAbstractHotwordDetector.java203 public void onRejected(@Nullable HotwordRejectedResult result) { in onRejected() method in AbstractHotwordDetector.BinderCallback
DHotwordDetectionService.java424 public void onRejected(@NonNull HotwordRejectedResult result) { in onRejected() method in HotwordDetectionService.Callback
DAlwaysOnHotwordDetector.java746 public void onRejected(@NonNull HotwordRejectedResult result) { in onRejected() method in AlwaysOnHotwordDetector.Callback
1403 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.aidl55 void onRejected(in HotwordRejectedResult result); in onRejected() method