Searched refs:ImapResponse (Results 1 – 5 of 5) sorted by relevance
29 import com.android.voicemail.impl.mail.store.imap.ImapResponse;112 ImapResponse response = parser.readResponse(false); in open()241 List<ImapResponse> responses = in doDigestMd5Auth()283 List<ImapResponse> responses = executeSimpleCommand(ImapConstants.CAPABILITY); in queryCapability()287 for (ImapResponse response : responses) { in queryCapability()327 public ImapResponse readResponse() throws IOException, MessagingException { in readResponse()331 public List<ImapResponse> executeSimpleCommand(String command) in executeSimpleCommand()347 public List<ImapResponse> executeSimpleCommand(String command, boolean sensitive) in executeSimpleCommand()368 List<ImapResponse> executeContinuationResponse(String response, boolean sensitive) in executeContinuationResponse()381 List<ImapResponse> getCommandResponses() throws IOException, MessagingException { in getCommandResponses()[all …]
43 import com.android.voicemail.impl.mail.store.imap.ImapResponse;152 String[] getSearchUids(List<ImapResponse> responses) { in getSearchUids()155 for (ImapResponse response : responses) { in getSearchUids()306 ImapResponse response; in fetchInternal()467 private void handleUntaggedResponses(List<ImapResponse> responses) { in handleUntaggedResponses()468 for (ImapResponse response : responses) { in handleUntaggedResponses()478 private void handleUntaggedResponse(ImapResponse response) { in handleUntaggedResponse()717 final List<ImapResponse> responses = in doSelect()724 for (ImapResponse response : responses) { in doSelect()760 final List<ImapResponse> responses = in getQuota()[all …]
50 private final ArrayList<ImapResponse> responsesToDestroy = new ArrayList<ImapResponse>();115 for (ImapResponse r : responsesToDestroy) { in destroyResponses()134 public ImapResponse readResponse(boolean byeExpected) throws IOException, MessagingException { in readResponse()135 ImapResponse response = null; in readResponse()214 private ImapResponse parseResponse() throws IOException, MessagingException { in parseResponse()221 ImapResponse responseToDestroy = null; in parseResponse()222 final ImapResponse responseToReturn; in parseResponse()229 responseToDestroy = new ImapResponse(null, true); in parseResponse()247 responseToDestroy = new ImapResponse(tag, false); in parseResponse()
20 public class ImapResponse extends ImapList { class24 /* package */ ImapResponse(String tag, boolean isContinuationRequest) { in ImapResponse() method in ImapResponse127 final ImapResponse thatResponse = (ImapResponse) that; in equalsForTest()
51 import com.android.voicemail.impl.mail.store.imap.ImapResponse;428 private static int getChangePinResultFromImapResponse(ImapResponse response) in getChangePinResultFromImapResponse()