Home
last modified time | relevance | path

Searched refs:onSupportResult (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/speech/
H A DRecognitionSupportCallback.java28 void onSupportResult(@NonNull RecognitionSupport recognitionSupport); in onSupportResult() method
H A DIRecognitionSupportCallback.aidl29 void onSupportResult(in RecognitionSupport recognitionSupport); in onSupportResult() method
H A DRecognitionService.java746 public void onSupportResult(@NonNull RecognitionSupport recognitionSupport) { in onSupportResult() method in RecognitionService.SupportCallback
748 mCallback.onSupportResult(recognitionSupport); in onSupportResult()
H A DSpeechRecognizer.java1146 public void onSupportResult(RecognitionSupport recognitionSupport) throws RemoteException { in onSupportResult() method in SpeechRecognizer.InternalSupportCallback
1147 mExecutor.execute(() -> mCallback.onSupportResult(recognitionSupport)); in onSupportResult()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt41609 method public void onSupportResult(@NonNull android.speech.RecognitionSupport);
41637 method public void onSupportResult(@NonNull android.speech.RecognitionSupport);