Searched defs:onError (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/base/core/java/android/speech/tts/
H A DUtteranceProgressListener.java39 * be a call to both {@link #onDone(String)} and {@link #onError(String)} for
44 public abstract void onError(String utteranceId); method in class:UtteranceProgressListener
61 public void onError(String utteranceId) {
H A DEventLogger.java27 * Note that {@link EventLogger#onStopped()} and {@link EventLogger#onError()}
108 public void onError() { method in class:EventLogger
/frameworks/base/core/java/android/accounts/
H A DAccountManagerResponse.java50 public void onError(int errorCode, String errorMessage) { method in class:AccountManagerResponse
52 mResponse.onError(errorCode, errorMessage);
H A DAccountAuthenticatorResponse.java69 public void onError(int errorCode, String errorMessage) { method in class:AccountAuthenticatorResponse
71 Log.v(TAG, "AccountAuthenticatorResponse.onError: " + errorCode + ", " + errorMessage);
74 mAccountAuthenticatorResponse.onError(errorCode, errorMessage);
H A DAccountManager.java1474 public void onError(int code, String message) { method in class:AccountManager.AmsTask.Response
1531 onError(ERROR_CODE_INVALID_RESPONSE, "no result in response");
1534 public void onError(int code, String message) { method in class:AccountManager.BaseFutureTask.Response
1722 public void onError(int errorCode, String errorMessage)
1724 mResponse.onError(errorCode, errorMessage);
H A DAccountManagerService.java624 onError(AccountManager.ERROR_CODE_REMOTE_EXCEPTION, "remote exception");
633 response.onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, "null bundle");
1152 onError(AccountManager.ERROR_CODE_INVALID_RESPONSE,
1450 onError(AccountManager.ERROR_CODE_REMOTE_EXCEPTION, "remote exception");
1457 onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, "null bundle");
1739 onError(AccountManager.ERROR_CODE_REMOTE_EXCEPTION, "bind failure");
1764 onError(AccountManager.ERROR_CODE_REMOTE_EXCEPTION,
1774 response.onError(AccountManager.ERROR_CODE_REMOTE_EXCEPTION,
1791 response.onError(AccountManager.ERROR_CODE_REMOTE_EXCEPTION,
1825 + " calling onError() o
1852 public void onError(int errorCode, String errorMessage) { method in class:AccountManagerService.Session
[all...]
/frameworks/base/core/java/android/speech/
H A DRecognitionListener.java66 void onError(int error); method in interface:RecognitionListener
H A DSpeechRecognizer.java272 mListener.onError(ERROR_CLIENT);
285 mListener.onError(ERROR_CLIENT);
342 mListener.onError(ERROR_CLIENT);
356 mListener.onError(ERROR_CLIENT);
370 mListener.onError(ERROR_CLIENT);
378 mListener.onError(ERROR_CLIENT);
436 mInternalListener.onError((Integer) msg.obj);
469 public void onError(final int error) { method in class:SpeechRecognizer.InternalListener
/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
H A DAwaitableErrorListener.java35 public boolean onError(MediaPlayer mp, int what, int extra) { method in class:AwaitableErrorListener
/frameworks/base/voip/java/android/net/sip/
H A DSipSessionAdapter.java53 public void onError(ISipSession session, int errorCode, String message) { method in class:SipSessionAdapter
H A DSipSession.java184 public void onError(SipSession session, int errorCode, method in class:SipSession.Listener
524 public void onError(ISipSession session, int errorCode, String message) {
526 mListener.onError(SipSession.this, errorCode, message);
H A DSipAudioCall.java163 public void onError(SipAudioCall call, int errorCode, method in class:SipAudioCall.Listener
171 * not re-directed to this callback and are handled in {@link #onError}.
239 listener.onError(this, mErrorCode, mErrorMessage);
507 listener.onError(SipAudioCall.this, mErrorCode,
516 public void onError(SipSession session, int errorCode,
518 SipAudioCall.this.onError(errorCode, message);
564 private void onError(int errorCode, String message) { method in class:SipAudioCall
572 listener.onError(this, errorCode, message);
574 Log.i(TAG, "onError(): " + t);
616 * and {@link Listener#onError onErro
[all...]
/frameworks/base/voip/java/com/android/server/sip/
H A DSipSessionListenerProxy.java154 public void onError(final ISipSession session, final int errorCode, method in class:SipSessionListenerProxy
160 mListener.onError(session, errorCode, message);
162 handle(t, "onError()");
H A DSipService.java564 public void onError(ISipSession session, int errorCode, method in class:SipService.SipSessionGroupExt
633 onError(SipErrorCode.CLIENT_ERROR, t.toString());
719 public void onError(int errorCode, String description) { method in class:SipService.IntervalMeasurementProcess
849 public void onError(int errorCode, String description) { method in class:SipService.AutoRegistrationProcess
H A DSipSessionGroup.java218 // SipSessionImpl removes itself from mSessionMap in onError() in the
221 s.onError(SipErrorCode.DATA_CONNECTION_LOST,
377 session.onError(e);
523 void onError(int errorCode, String description); method in interface:SipSessionGroup.KeepAliveProcessCallback
568 onError(SipErrorCode.TIME_OUT, "Session timed out!");
672 onError(e);
715 onError(SipErrorCode.IN_PROGRESS,
825 onError(new SipException("dialog terminated"));
872 onError(SipErrorCode.TRANSACTION_TERMINTED,
889 onError(SipErrorCod
1382 private void onError(int errorCode, String message) { method in class:SipSessionGroup.SipSessionImpl
1395 private void onError(Throwable exception) { method in class:SipSessionGroup.SipSessionImpl
1400 private void onError(Response response) { method in class:SipSessionGroup.SipSessionImpl
1551 public void onError(ISipSession session, int errorCode, String message) { method in class:SipSessionGroup.SipSessionImpl.KeepAliveProcess
1822 public void onError(final int errorCode, final String description) { method in class:SipSessionGroup.KeepAliveProcessCallbackProxy
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCameraStressTest.java129 public void onError(int error, android.hardware.Camera camera) { method in class:CameraStressTest.CameraErrorCallback
H A DMediaRecorderStressTest.java135 public void onError(int error, android.hardware.Camera camera) { method in class:MediaRecorderStressTest.CameraErrorCallback
143 public void onError(MediaRecorder mr, int what, int extra) { method in class:MediaRecorderStressTest.RecorderErrorCallback
/frameworks/base/core/java/android/webkit/
H A DHTML5Audio.java158 public boolean onError(MediaPlayer mp, int what, int extra) { method in class:HTML5Audio
H A DHTML5VideoViewProxy.java329 public boolean onError(MediaPlayer mp, int what, int extra) { method in class:HTML5VideoViewProxy
/frameworks/base/drm/java/android/drm/
H A DDrmManagerClient.java105 public void onError(DrmManagerClient client, DrmErrorEvent event); method in interface:DrmManagerClient.OnErrorListener
167 mOnErrorListener.onError(DrmManagerClient.this, error);
230 mOnErrorListener.onError(DrmManagerClient.this, error);
/frameworks/base/media/java/android/media/videoeditor/
H A DVideoEditor.java120 public void onError(VideoEditor videoEditor, int error); method in interface:VideoEditor.PreviewProgressListener
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java684 protected void onError(DisconnectCause cause) {
887 protected abstract void onError(Connection.DisconnectCause cause); method in class:SipPhone.SipAudioCallAdapter
902 public void onError(SipAudioCall call, int errorCode, method in class:SipPhone.SipAudioCallAdapter
906 onError(Connection.DisconnectCause.SERVER_UNREACHABLE);
909 onError(Connection.DisconnectCause.NUMBER_UNREACHABLE);
912 onError(Connection.DisconnectCause.INVALID_NUMBER);
916 onError(Connection.DisconnectCause.TIMED_OUT);
919 onError(Connection.DisconnectCause.LOST_SIGNAL);
922 onError(Connection.DisconnectCause.INVALID_CREDENTIALS);
925 onError(Connectio
[all...]
/frameworks/base/media/java/android/media/
H A DAudioSystem.java161 void onError(int error); method in interface:AudioSystem.ErrorCallback
189 errorCallback.onError(error);
H A DMediaRecorder.java763 void onError(MediaRecorder mr, int what, int extra); method in interface:MediaRecorder.OnErrorListener
928 mOnErrorListener.onError(mMediaRecorder, msg.arg1, msg.arg2);
H A DMediaPlayer.java100 * the user supplied callback method OnErrorListener.onError() won't be
103 * the user supplied callback method OnErrorListener.onError() will be
132 * OnErrorListener.onError() method if an OnErrorListener has been
2003 error_was_handled = mOnErrorListener.onError(mMediaPlayer, msg.arg1, msg.arg2);
2306 boolean onError(MediaPlayer mp, int what, int extra); method in interface:MediaPlayer.OnErrorListener

Completed in 187 milliseconds

12