Searched refs:alertText (Results 1 – 3 of 3) sorted by relevance
136 private final String alertText; field in ImapStore.ImapException143 String alertText, in ImapException() argument148 this.alertText = alertText; in ImapException()161 return alertText; in getAlertText()
193 String alertText = ie.getAlertText(); in doLogin()224 throw new AuthenticationFailedException(alertText, ie); in doLogin()228 throw new MessagingException(alertText, ie); in doLogin()
284 String alertText = getAlertInfoDisplayText(alert.getInfoList().getFirst()); in handleRadioAlert() local287 alertText, System.currentTimeMillis(), notificationId); in handleRadioAlert()