Home
last modified time | relevance | path

Searched defs:onError (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/java/android/accounts/
DIAccountManagerResponse.aidl26 void onError(int errorCode, String errorMessage); in onError() method
DIAccountAuthenticatorResponse.aidl27 void onError(int errorCode, String errorMessage); in onError() method
DAccountManagerResponse.java50 public void onError(int errorCode, String errorMessage) { in onError() method in AccountManagerResponse
DAccountAuthenticatorResponse.java58 public void onError(int errorCode, String errorMessage) { in onError() method in AccountAuthenticatorResponse
DAccountManagerService.java1250 public void onError(int errorCode, String errorMessage) { in onError() method in AccountManagerService.Session
/frameworks/base/core/java/android/speech/
DIRecognitionListener.aidl51 void onError(in int error); in onError() method
DRecognitionServiceUtil.java83 public void onError(int error) {} in onError() method in RecognitionServiceUtil.NullListener
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DMediaRecorderStressTest.java77 public void onError(int error, android.hardware.Camera camera) { in onError() method in MediaRecorderStressTest.CameraErrorCallback
85 public void onError(MediaRecorder mr, int what, int extra) { in onError() method in MediaRecorderStressTest.RecorderErrorCallback
/frameworks/base/packages/VpnServices/src/com/android/server/vpn/
DVpnService.java158 private void onError(Throwable error) { in onError() method in VpnService
170 private void onError(int errorCode) { in onError() method in VpnService
/frameworks/base/media/java/android/media/
DAudioSystem.java211 void onError(int error); in onError() method
DMediaRecorder.java540 void onError(MediaRecorder mr, int what, int extra); in onError() method
DMediaPlayer.java1413 boolean onError(MediaPlayer mp, int what, int extra); in onError() method
/frameworks/base/core/java/android/webkit/
DHTML5VideoViewProxy.java194 public boolean onError(MediaPlayer mp, int what, int extra) { in onError() method in HTML5VideoViewProxy
/frameworks/base/core/java/android/hardware/
DCamera.java590 void onError(int error, Camera camera); in onError() method
/frameworks/base/telephony/java/com/android/internal/telephony/
DRIL.java178 onError(int error, Object ret) { in onError() method in RILRequest