Searched refs:IMAP_REDACTED_LOG (Results 1 – 1 of 1) sorted by relevance
63 private static final String IMAP_REDACTED_LOG = "[IMAP command redacted]"; field in ImapConnection246 mTransport.writeLine(commandToSend, sensitive ? IMAP_REDACTED_LOG : null); in sendCommand()247 mDiscourse.addSentCommand(sensitive ? IMAP_REDACTED_LOG : commandToSend); in sendCommand()280 mDiscourse.addSentCommand(sensitive ? IMAP_REDACTED_LOG : commandToSend); in sendComplexCommand()