Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/speech/
H A DSpeechRecognizer.java233 ERROR_CLIENT,
260 public static final int ERROR_CLIENT = 5; field in SpeechRecognizer
763 mListener.onError(ERROR_CLIENT); in handleStartListening()
777 mListener.onError(ERROR_CLIENT); in handleStopMessage()
791 mListener.onError(ERROR_CLIENT); in handleCancelMessage()
846 mListener.onError(ERROR_CLIENT); in handleTriggerModelDownload()
858 callbackExecutor.execute(() -> modelDownloadListener.onError(ERROR_CLIENT)); in handleTriggerModelDownload()
867 mListener.onError(ERROR_CLIENT); in checkOpenConnection()
902 mListener.onError(ERROR_CLIENT); in connectToSystemService()
951 mListener.onError(ERROR_CLIENT); in maybeInitializeManagerService()
[all …]
H A DRecognitionService.java169 listener.onError(SpeechRecognizer.ERROR_CLIENT); in dispatchStartListening()
182 listener.onError(SpeechRecognizer.ERROR_CLIENT); in dispatchStopListening()
/aosp14/frameworks/base/services/core/java/com/android/server/speech/
H A DSpeechRecognitionManagerServiceImpl.java110 tryRespondWithError(callback, SpeechRecognizer.ERROR_CLIENT); in createSessionLocked()
118 tryRespondWithError(callback, SpeechRecognizer.ERROR_CLIENT); in createSessionLocked()
204 tryRespondWithError(callback, SpeechRecognizer.ERROR_CLIENT); in createSessionLocked()
207 tryRespondWithError(callback, SpeechRecognizer.ERROR_CLIENT); in createSessionLocked()
H A DRemoteSpeechRecognitionService.java150 tryRespondWithError(listener, SpeechRecognizer.ERROR_CLIENT); in startListening()
181 tryRespondWithError(listener, SpeechRecognizer.ERROR_CLIENT); in stopListening()
185 tryRespondWithError(listener, SpeechRecognizer.ERROR_CLIENT); in stopListening()
/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.txt41727 field public static final int ERROR_CLIENT = 5; // 0x5