Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/voice/
DIDspHotwordDetectionCallback.aidl39 void onRejected(in HotwordRejectedResult result); in onRejected() method
DHotwordDetector.java139 void onRejected(@NonNull HotwordRejectedResult result); in onRejected() method
DHotwordDetectionService.java418 public void onRejected(@NonNull HotwordRejectedResult result) { in onRejected() method in HotwordDetectionService.Callback
DSoftwareHotwordDetector.java170 public void onRejected(HotwordRejectedResult result) throws RemoteException { in onRejected() method in SoftwareHotwordDetector.InitializationStateListener
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
/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