HomeSort by relevance Sort by last modified time
    Searched refs:AUTHENTICATION_FAILED (Results 1 - 8 of 8) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
AuthenticationFailedException.java 24 super(MessagingException.AUTHENTICATION_FAILED, message);
32 super(MessagingException.AUTHENTICATION_FAILED, message, throwable);
MessagingException.java 44 public static final int AUTHENTICATION_FAILED = 5;
  /packages/services/Telephony/src/com/android/phone/common/mail/
AuthenticationFailedException.java 23 super(MessagingException.AUTHENTICATION_FAILED, message);
31 super(MessagingException.AUTHENTICATION_FAILED, message, throwable);
MessagingException.java 43 public static final int AUTHENTICATION_FAILED = 5;
  /packages/apps/Email/src/com/android/email/activity/setup/
CheckSettingsErrorDialogFragment.java 138 case MessagingException.AUTHENTICATION_FAILED:
160 case MessagingException.AUTHENTICATION_FAILED:
  /external/wpa_supplicant_8/src/eap_common/
ikev2_common.h 229 AUTHENTICATION_FAILED = 24,
  /packages/apps/Email/provider_src/com/android/email/service/
PopImapSyncAdapterService.java 162 case MessagingException.AUTHENTICATION_FAILED:
  /external/wpa_supplicant_8/src/eap_peer/
ikev2.c 574 data->error_type = AUTHENTICATION_FAILED;
1053 case AUTHENTICATION_FAILED:

Completed in 150 milliseconds