Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/mail/store/imap/
DImapResponse.java32 /* package */ static boolean isStatusResponse(String symbol) { in isStatusResponse() method in ImapResponse
54 public boolean isStatusResponse() { in isStatusResponse() method in ImapResponse
55 return isStatusResponse(getStringOrEmpty(0).getString()); in isStatusResponse()
94 if (!isStatusResponse()) { in getResponseCodeOrEmpty()
117 if (!isStatusResponse()) { in getStatusResponseTextOrEmpty()
DImapResponseParser.java292 if (responseToDestroy.isStatusResponse()) { // It's a status response in parseResponse()