Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
DImapConnection.java259 responses = executeContinuationResponse(encodeBase64(response), true); in doDigestMd5Auth()
271 executeContinuationResponse("", false); in doDigestMd5Auth()
368 List<ImapResponse> executeContinuationResponse(String response, boolean sensitive) in executeContinuationResponse() method in ImapConnection