Home
last modified time | relevance | path

Searched refs:onSegmentResults (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/speech/
DRecognitionListener.java111 default void onSegmentResults(@NonNull Bundle segmentResults) {} in onSegmentResults() method
DIRecognitionListener.aidl90 void onSegmentResults(in Bundle results); in onSegmentResults() method
DSpeechRecognizerImpl.java629 mInternalListener.onSegmentResults((Bundle) msg.obj);
673 public void onSegmentResults(final Bundle bundle) { in onSegmentResults() method in SpeechRecognizerImpl.InternalRecognitionListener
DRecognitionService.java657 mListener.onSegmentResults(results); in segmentResults()
/frameworks/base/services/core/java/com/android/server/speech/
DRemoteSpeechRecognitionService.java425 public void onSegmentResults(Bundle results) throws RemoteException { in onSegmentResults() method in RemoteSpeechRecognitionService.DelegatingListener
426 mRemoteListener.onSegmentResults(results); in onSegmentResults()
/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.txt41836 method public default void onSegmentResults(@NonNull android.os.Bundle);