Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/speech/
H A DRecognitionListener.java111 default void onSegmentResults(@NonNull Bundle segmentResults) {} in onSegmentResults() method
H A DIRecognitionListener.aidl90 void onSegmentResults(in Bundle results); in onSegmentResults() method
H A DSpeechRecognizer.java1074 mInternalListener.onSegmentResults((Bundle) msg.obj);
1118 public void onSegmentResults(final Bundle bundle) { in onSegmentResults() method in SpeechRecognizer.InternalRecognitionListener
H A DRecognitionService.java650 mListener.onSegmentResults(results); in segmentResults()
/aosp14/frameworks/base/services/core/java/com/android/server/speech/
H A DRemoteSpeechRecognitionService.java414 public void onSegmentResults(Bundle results) throws RemoteException { in onSegmentResults() method in RemoteSpeechRecognitionService.DelegatingListener
415 mRemoteListener.onSegmentResults(results); in onSegmentResults()
/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.txt41547 method public default void onSegmentResults(@NonNull android.os.Bundle);