Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/speech/
DRecognitionSupportCallback.java28 void onSupportResult(@NonNull RecognitionSupport recognitionSupport); in onSupportResult() method
DIRecognitionSupportCallback.aidl29 void onSupportResult(in RecognitionSupport recognitionSupport); in onSupportResult() method
DSpeechRecognizerImpl.java701 public void onSupportResult(RecognitionSupport recognitionSupport) throws RemoteException { in onSupportResult() method in SpeechRecognizerImpl.InternalSupportCallback
702 mExecutor.execute(() -> mCallback.onSupportResult(recognitionSupport)); in onSupportResult()
DRecognitionService.java753 public void onSupportResult(@NonNull RecognitionSupport recognitionSupport) { in onSupportResult() method in RecognitionService.SupportCallback
755 mCallback.onSupportResult(recognitionSupport); in onSupportResult()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt41898 method public void onSupportResult(@NonNull android.speech.RecognitionSupport);
41926 method public void onSupportResult(@NonNull android.speech.RecognitionSupport);