Home | History | Annotate | Download | only in transport

Lines Matching refs:mTransport

50     private MailTransport mTransport;
70 mTransport = new MailTransport(context, "SMTP", sendAuth);
86 mTransport = testTransport;
92 mTransport.open();
99 InetAddress localAddress = mTransport.getLocalAddress();
121 if (mTransport.canTryTlsSecurity()) {
124 mTransport.reopenTls();
208 new EOLConvertingOutputStream(mTransport.getOutputStream()),
225 mTransport.close();
252 mTransport.writeLine(command, sensitiveReplacement);
255 String line = mTransport.readLine(true);
260 line = mTransport.readLine(true);