Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/mail/store/
DImapStore.java617 public ImapException(String message, String alertText, Throwable throwable) { in ImapException() argument
619 mAlertText = alertText; in ImapException()
622 public ImapException(String message, String alertText) { in ImapException() argument
624 mAlertText = alertText; in ImapException()
631 public void setAlertText(String alertText) { in setAlertText() argument
632 mAlertText = alertText; in setAlertText()