Searched refs:errorCode (Results 1 - 22 of 22) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DAsyncResultCallback.java23 void onResult(T result, int errorCode, String errorMsg); argument
H A DCallReceiver.java140 Context context, Call call, int errorCode) {
144 switch (errorCode) {
139 disconnectCallAndShowErrorDialog( Context context, Call call, int errorCode) argument
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
H A DTokenMgrError.java49 int errorCode; field in class:TokenMgrError
142 errorCode = reason;
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
H A DTokenMgrError.java49 int errorCode; field in class:TokenMgrError
142 errorCode = reason;
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
H A DTokenMgrError.java49 int errorCode; field in class:TokenMgrError
142 errorCode = reason;
/packages/services/Telephony/src/com/android/phone/
H A DHfaLogic.java174 onHfaError(intent.getStringExtra("errorCode"));
192 private void sendFinalResponse(int responseCode, String errorCode) { argument
197 if (responseCode == OTASP_FAILURE && errorCode != null) {
198 extraStuff.putExtra(OtaUtils.EXTRA_OTASP_ERROR_CODE, errorCode);
H A DPhoneInterfaceManager.java448 int errorCode = IccOpenLogicalChannelResponse.STATUS_UNKNOWN_ERROR;
451 errorCode = IccOpenLogicalChannelResponse.STATUS_MISSING_RESOURCE;
453 errorCode = IccOpenLogicalChannelResponse.STATUS_NO_SUCH_ELEMENT;
457 IccOpenLogicalChannelResponse.INVALID_CHANNEL, errorCode, null);
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
H A DDeviceOwnerProvisioningService.java234 public void onError(int errorCode) {
235 switch(errorCode) {
259 public void onError(int errorCode) {
260 switch(errorCode) {
284 public void onError(int errorCode) {
285 switch(errorCode) {
/packages/apps/Browser/tests/src/com/android/browser/
H A DTestWebViewClient.java77 public void onReceivedError(WebView view, int errorCode, argument
79 mWrappedClient.onReceivedError(view, errorCode, description, failingUrl);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DTosWebViewFragment.java171 public void onReceivedError(WebView view, int errorCode, String description, argument
174 "onReceivedError: errorCode %d, description: %s, url: %s", errorCode,
181 onWebLoginError(errorCode, description);
182 super.onReceivedError(view, errorCode, description, failingUrl);
201 private void onWebLoginError(int errorCode, String description) { argument
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
H A DSetDevicePolicyTask.java109 public abstract void onError(int errorCode); argument
H A DDownloadPackageTask.java156 private void onDownloadFail(int errorCode) { argument
159 + errorCode);
232 public abstract void onError(int errorCode); argument
H A DInstallPackageTask.java146 public abstract void onError(int errorCode); argument
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountCheckSettingsFragment.java355 int errorCode =
357 if (errorCode == MessagingException.AUTODISCOVER_AUTHENTICATION_FAILED) {
359 } else if (errorCode != MessagingException.NO_ERROR) {
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnnEvent.java279 public int errorCode; field in class:OpenWnnEvent
H A DUserDictionaryToolsEdit.java352 int ret_code = event.errorCode;
/packages/apps/Settings/src/com/android/settings/
H A DSettingsSafetyLegalActivity.java76 public void onReceivedError(WebView view, int errorCode,
/packages/apps/Browser/src/com/android/browser/
H A DTab.java430 public void onReceivedError(WebView view, int errorCode,
432 if (errorCode != WebViewClient.ERROR_HOST_LOOKUP &&
433 errorCode != WebViewClient.ERROR_CONNECT &&
434 errorCode != WebViewClient.ERROR_BAD_URL &&
435 errorCode != WebViewClient.ERROR_UNSUPPORTED_SCHEME &&
436 errorCode != WebViewClient.ERROR_FILE) {
437 queueError(errorCode, description);
441 Log.e(LOGTAG, "onReceivedError " + errorCode + " " + failingUrl
1076 public void onReceivedError(WebView view, int errorCode, argument
1078 mClient.onReceivedError(view, errorCode, descriptio
[all...]
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipSettings.java376 public void onRegistrationFailed(String profileUri, int errorCode,
378 switch (errorCode) {
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiSettingsForSetupWizardXL.java680 final int errorCode = intent.getIntExtra(WifiManager.EXTRA_SUPPLICANT_ERROR, -1);
681 if (errorCode == WifiManager.ERROR_AUTHENTICATING) {
/packages/apps/Mms/src/com/android/mms/ui/
H A DMessageUtils.java382 int errorCode = cursor.getInt(MessageListAdapter.COLUMN_SMS_ERROR_CODE);
383 if (errorCode != 0) {
386 .append(errorCode);
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java3275 /*package*/native boolean atResponseCodeNative(int responseCode, int errorCode, argument

Completed in 588 milliseconds