Home
last modified time | relevance | path

Searched refs:alertText (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
DImapConnection.java193 String alertText = ie.getAlertText(); in doLogin()
224 throw new AuthenticationFailedException(alertText, ie); in doLogin()
228 throw new MessagingException(alertText, ie); in doLogin()
DImapStore.java143 String alertText, in ImapException() argument
148 mAlertText = alertText; in ImapException()
/packages/apps/Email/provider_src/com/android/email/mail/store/
DImapConnection.java511 final String alertText = ie.getAlertText(); in doLogin()
517 throw new AuthenticationFailedException(alertText, ie); in doLogin()
520 throw new MessagingException(alertText, ie); in doLogin()
DImapStore.java668 public ImapException(String message, String status, String alertText, in ImapException() argument
672 mAlertText = alertText; in ImapException()