Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
DImapStore.java136 private final String alertText; field in ImapStore.ImapException
143 String alertText, in ImapException() argument
148 this.alertText = alertText; in ImapException()
161 return alertText; in getAlertText()
DImapConnection.java193 String alertText = ie.getAlertText(); in doLogin()
224 throw new AuthenticationFailedException(alertText, ie); in doLogin()
228 throw new MessagingException(alertText, ie); in doLogin()