Home
last modified time | relevance | path

Searched refs:AUTHENTICATION_FAILED (Results 1 – 6 of 6) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
DAuthenticationFailedException.java24 super(MessagingException.AUTHENTICATION_FAILED, message); in AuthenticationFailedException()
32 super(MessagingException.AUTHENTICATION_FAILED, message, throwable); in AuthenticationFailedException()
DMessagingException.java44 public static final int AUTHENTICATION_FAILED = 5; field in MessagingException
/packages/apps/Exchange/src/com/android/exchange/
DEasSyncService.java522 : MessagingException.AUTHENTICATION_FAILED; in validateAccount()
547 : MessagingException.AUTHENTICATION_FAILED; in validateAccount()
674 throw new MessagingException(MessagingException.AUTHENTICATION_FAILED); in postAutodiscover()
/packages/apps/Exchange/src/com/android/exchange/eas/
DEasFolderSync.java260 messagingExceptionCode = MessagingException.AUTHENTICATION_FAILED; in writeResultCode()
/packages/apps/Email/src/com/android/email/service/
DPopImapSyncAdapterService.java156 case MessagingException.AUTHENTICATION_FAILED: in sync()
/packages/apps/Email/src/com/android/email/activity/setup/
DAccountCheckSettingsFragment.java597 case MessagingException.AUTHENTICATION_FAILED: in getErrorString()