Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
DImapConnection.java51 static final String IMAP_REDACTED_LOG = "[IMAP command redacted]"; field in ImapConnection
364 transport.writeLine(commandToSend, (sensitive ? IMAP_REDACTED_LOG : command)); in sendCommand()
370 transport.writeLine(response, (sensitive ? IMAP_REDACTED_LOG : response)); in executeContinuationResponse()