Searched defs:MockTransport (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/mail/transport/
H A DMockTransport.java37 public class MockTransport extends MailTransport { class in inherits:MailTransport
43 private static String LOG_TAG = "MockTransport";
96 public static MockTransport createMockTransport(Context context) {
97 return new MockTransport(context, new HostAuth());
100 public MockTransport(Context context, HostAuth hostAuth) { method in class:MockTransport
213 * until we need something more complex, we'll just return the actual MockTransport. Then we
217 public MockTransport clone() {
255 throw new IOException("Reading from MockTransport with closed input");
268 LogUtils.w(LOG_TAG, "Underflow reading from MockTransport");
317 "Overflow writing to MockTransport
[all...]

Completed in 67 milliseconds