Home
last modified time | relevance | path

Searched refs:alertText (Results 1 – 3 of 3) 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()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/radio/
DRadioTunerFragment.java284 String alertText = getAlertInfoDisplayText(alert.getInfoList().getFirst()); in handleRadioAlert() local
287 alertText, System.currentTimeMillis(), notificationId); in handleRadioAlert()