Home
last modified time | relevance | path

Searched refs:onPartialResults (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/java/android/speech/
H A DRecognitionListener.java99 void onPartialResults(Bundle partialResults); in onPartialResults() method
H A DIRecognitionListener.aidl78 void onPartialResults(in Bundle results); in onPartialResults() method
H A DSpeechRecognizer.java1065 mInternalListener.onPartialResults((Bundle) msg.obj);
1110 public void onPartialResults(final Bundle results) { in onPartialResults() method in SpeechRecognizer.InternalRecognitionListener
H A DRecognitionService.java606 mListener.onPartialResults(partialResults); in partialResults()
/aosp14/frameworks/base/services/core/java/com/android/server/speech/
H A DRemoteSpeechRecognitionService.java409 public void onPartialResults(Bundle results) throws RemoteException { in onPartialResults() method in RemoteSpeechRecognitionService.DelegatingListener
410 mRemoteListener.onPartialResults(results); in onPartialResults()
/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/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt50985 Landroid/speech/IRecognitionListener$Stub$Proxy;->onPartialResults(Landroid/os/Bundle;)V
51005 Landroid/speech/IRecognitionListener;->onPartialResults(Landroid/os/Bundle;)V
51068 Landroid/speech/SpeechRecognizer$InternalListener;->onPartialResults(Landroid/os/Bundle;)V
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt41543 method public void onPartialResults(android.os.Bundle);