HomeSort by relevance Sort by last modified time
    Searched defs:MockTransport (Results 1 - 3 of 3) sorted by null

  /external/libbrillo/brillo/http/
mock_transport.h 18 class MockTransport : public Transport {
20 MockTransport() = default;
38 DISALLOW_COPY_AND_ASSIGN(MockTransport);
  /external/webrtc/webrtc/test/
mock_transport.h 19 class MockTransport : public Transport {
  /packages/apps/Email/tests/src/com/android/email/mail/transport/
MockTransport.java 37 public class MockTransport extends 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) {
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: Getting " + s, 0 != mPairs.size())
    [all...]

Completed in 3810 milliseconds