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

/packages/apps/Email/src/com/android/email/mail/transport/
H A DSmtpSender.java83 * @param testTransport The Transport to inject and use for all future communication.
85 public void setTransport(MailTransport testTransport) { argument
86 mTransport = testTransport;
/packages/apps/Email/provider_src/com/android/email/mail/store/
H A DImapStore.java166 * @param testTransport The Transport to inject and use for all future communication.
169 void setTransportForTest(MailTransport testTransport) { argument
170 mTransport = testTransport;
H A DPop3Store.java88 * @param testTransport The Transport to inject and use for all future communication.
90 /* package */ void setTransport(MailTransport testTransport) { argument
91 mTransport = testTransport;

Completed in 96 milliseconds