Searched refs:alertText (Results 1 – 1 of 1) sorted by relevance
617 public ImapException(String message, String alertText, Throwable throwable) { in ImapException() argument619 mAlertText = alertText; in ImapException()622 public ImapException(String message, String alertText) { in ImapException() argument624 mAlertText = alertText; in ImapException()631 public void setAlertText(String alertText) { in setAlertText() argument632 mAlertText = alertText; in setAlertText()