Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/speech/
H A DRecognitionListener.java147 default void onLanguageDetection(@NonNull Bundle results) {} in onLanguageDetection() method
H A DIRecognitionListener.aidl106 void onLanguageDetection(in Bundle results); in onLanguageDetection() method
H A DSpeechRecognizer.java1080 mInternalListener.onLanguageDetection((Bundle) msg.obj);
1126 public void onLanguageDetection(final Bundle results) { in onLanguageDetection() method in SpeechRecognizer.InternalRecognitionListener
H A DRecognitionService.java689 mListener.onLanguageDetection(results); in languageDetection()
/aosp14/frameworks/base/services/core/java/com/android/server/speech/
H A DRemoteSpeechRecognitionService.java428 public void onLanguageDetection(Bundle results) throws RemoteException { in onLanguageDetection() method in RemoteSpeechRecognitionService.DelegatingListener
429 mRemoteListener.onLanguageDetection(results); in onLanguageDetection()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt41542 method public default void onLanguageDetection(@NonNull android.os.Bundle);