Searched refs:commandToSend (Results 1 – 1 of 1) sorted by relevance
245 String commandToSend = tag + " " + command; in sendCommand() local246 mTransport.writeLine(commandToSend, sensitive ? IMAP_REDACTED_LOG : null); in sendCommand()247 mDiscourse.addSentCommand(sensitive ? IMAP_REDACTED_LOG : commandToSend); in sendCommand()266 String commandToSend = commands.get(i); in sendComplexCommand() local269 commandToSend = tag + " " + commandToSend; in sendComplexCommand()279 mTransport.writeLine(commandToSend, null); in sendComplexCommand()280 mDiscourse.addSentCommand(sensitive ? IMAP_REDACTED_LOG : commandToSend); in sendComplexCommand()