Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/voice/
H A DIDspHotwordDetectionCallback.aidl39 void onRejected(in HotwordRejectedResult result); in onRejected() method
H A DHotwordDetector.java139 void onRejected(@NonNull HotwordRejectedResult result); in onRejected() method
H A DHotwordDetectionService.java418 public void onRejected(@NonNull HotwordRejectedResult result) { in onRejected() method in HotwordDetectionService.Callback
H A DSoftwareHotwordDetector.java170 public void onRejected(HotwordRejectedResult result) throws RemoteException { in onRejected() method in SoftwareHotwordDetector.InitializationStateListener
H A DAlwaysOnHotwordDetector.java534 public void onRejected(@NonNull HotwordRejectedResult result) { in onRejected() method in AlwaysOnHotwordDetector.Callback
1181 public void onRejected(@NonNull HotwordRejectedResult result) { in onRejected() method in AlwaysOnHotwordDetector.SoundTriggerListener
/aosp12/frameworks/base/core/java/android/view/contentcapture/
H A DDataShareWriteAdapter.java38 void onRejected(); in onRejected() method
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DIHotwordRecognitionStatusCallback.aidl55 void onRejected(in HotwordRejectedResult result); in onRejected() method