Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/common/mail/store/
DImapConnection.java145 final String alertText = ie.getAlertText(); in doLogin()
153 throw new AuthenticationFailedException(alertText, ie); in doLogin()
156 throw new MessagingException(alertText, ie); in doLogin()
DImapStore.java136 public ImapException(String message, String status, String alertText, in ImapException() argument
140 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()