Searched refs:commandToSend (Results 1 – 1 of 1) sorted by relevance
287 String commandToSend = tag + " " + command; in sendCommandInternal() local288 mTransport.writeLine(commandToSend, sensitive ? IMAP_REDACTED_LOG : null); in sendCommandInternal()289 mDiscourse.addSentCommand(sensitive ? IMAP_REDACTED_LOG : commandToSend); in sendCommandInternal()307 String commandToSend = commands.get(i); in sendComplexCommand() local310 commandToSend = tag + " " + commandToSend; in sendComplexCommand()320 mTransport.writeLine(commandToSend, null); in sendComplexCommand()321 mDiscourse.addSentCommand(sensitive ? IMAP_REDACTED_LOG : commandToSend); in sendComplexCommand()