Searched refs:alertText (Results 1 – 4 of 4) sorted by relevance
/packages/services/Telephony/src/com/android/phone/common/mail/store/ |
D | ImapConnection.java | 145 final String alertText = ie.getAlertText(); in doLogin() 153 throw new AuthenticationFailedException(alertText, ie); in doLogin() 156 throw new MessagingException(alertText, ie); in doLogin()
|
D | ImapStore.java | 136 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/ |
D | ImapConnection.java | 511 final String alertText = ie.getAlertText(); in doLogin() 517 throw new AuthenticationFailedException(alertText, ie); in doLogin() 520 throw new MessagingException(alertText, ie); in doLogin()
|
D | ImapStore.java | 668 public ImapException(String message, String status, String alertText, in ImapException() argument 672 mAlertText = alertText; in ImapException()
|