Searched refs:errorCode (Results 51 - 56 of 56) sorted by relevance

123

/frameworks/base/core/java/android/accounts/
H A DAccountManager.java192 public static final String KEY_ERROR_CODE = "errorCode";
1722 public void onError(int errorCode, String errorMessage)
1724 mResponse.onError(errorCode, errorMessage);
H A DAccountManagerService.java1852 public void onError(int errorCode, String errorMessage) { argument
1861 response.onError(errorCode, errorMessage);
/frameworks/base/core/java/android/webkit/
H A DCallbackProxy.java994 public void onReceivedError(int errorCode, String description, argument
1003 msg.arg1 = errorCode;
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Client.cpp1329 void Camera2Client::notifyError(int errorCode, int arg1, int arg2) { argument
1330 ALOGE("Error condition %d reported by HAL, arguments %d, %d", errorCode, arg1, arg2);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java489 fillIn.putExtra("errorCode", ((SmsResponse)ar.result).errorCode);
770 * the extra "errorCode" containing a radio technology specific value,
798 * the extra "errorCode" containing a radio technology specific value,
H A DRIL.java2991 int messageRef, errorCode;
2996 errorCode = p.readInt();
2998 SmsResponse response = new SmsResponse(messageRef, ackPDU, errorCode);

Completed in 2018 milliseconds

123