Searched refs:writeLine (Results 1 – 7 of 7) sorted by relevance
311 public void writeLine(String s, String sensitiveReplacement) throws IOException { in writeLine() method in MockTransport378 writeLine(sb.toString(), null); in write()
288 mTransport.writeLine(commandToSend, sensitive ? IMAP_REDACTED_LOG : null); in sendCommandInternal()320 mTransport.writeLine(commandToSend, null); in sendComplexCommand()
729 mTransport.writeLine(command, sensitiveReplacement); in executeSensitiveCommand()
216 mTransport.writeLine(commandToSend, (sensitive ? IMAP_REDACTED_LOG : command)); in sendCommand()
286 public void writeLine(String s, String sensitiveReplacement) throws IOException { in writeLine() method in MailTransport
290 public void writeLine(String s, String sensitiveReplacement) throws IOException { in writeLine() method in MailTransport
252 mTransport.writeLine(command, sensitiveReplacement); in executeSensitiveCommand()