Searched refs:writeLine (Results 1 – 9 of 9) sorted by relevance
40 /* package for testing */ void writeLine(String string) { in writeLine() method in SimpleIcsWriter99 writeLine(name + ":" + value); in writeTag()
150 void writeLine(String s, String sensitiveReplacement) throws IOException; in writeLine() method
340 public void writeLine(String s, String sensitiveReplacement) throws IOException { in writeLine() method in MockTransport408 writeLine(sb.toString(), null); in write()
82 ics.writeLine(input); in checkWriteLine()
246 mTransport.writeLine(commandToSend, sensitive ? IMAP_REDACTED_LOG : null); in sendCommand()279 mTransport.writeLine(commandToSend, null); in sendComplexCommand()
933 mTransport.writeLine(command, sensitiveReplacement); in executeSensitiveCommand()
318 public void writeLine(String s, String sensitiveReplacement) throws IOException { in writeLine() method in MailTransport
261 mTransport.writeLine(command, sensitiveReplacement); in executeSensitiveCommand()