Searched refs:testTransport (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Email/src/com/android/email/mail/transport/
H A DSmtpSender.java100 * @param testTransport The Transport to inject and use for all future communication.
102 /* package */ void setTransport(Transport testTransport) { argument
103 mTransport = testTransport;
/packages/apps/Email/src/com/android/email/mail/store/
H A DImapStore.java153 * @param testTransport The Transport to inject and use for all future communication.
156 void setTransportForTest(Transport testTransport) { argument
157 mTransport = testTransport;
H A DPop3Store.java138 * @param testTransport The Transport to inject and use for all future communication.
140 /* package */ void setTransport(Transport testTransport) { argument
141 mTransport = testTransport;

Completed in 141 milliseconds