HomeSort by relevance Sort by last modified time
    Searched refs:Transport (Results 26 - 40 of 40) sorted by null

12

  /packages/apps/Email/src/com/android/email/mail/store/
Pop3Store.java 26 import com.android.email.mail.Transport;
27 import com.android.email.mail.transport.MailTransport;
108 int connectionSecurity = Transport.CONNECTION_SECURITY_NONE;
113 connectionSecurity = Transport.CONNECTION_SECURITY_SSL;
116 connectionSecurity = Transport.CONNECTION_SECURITY_TLS;
137 * For testing only. Injects a different transport. The transport should already be set
139 * @param testTransport The Transport to inject and use for all future communication.
141 /* package */ void setTransport(Transport testTransport) {
340 * Close the folder (and the transport below it)
    [all...]
ImapConnection.java 23 import com.android.email.mail.Transport;
30 import com.android.email.mail.transport.DiscourseLogger;
31 import com.android.email.mail.transport.MailTransport;
64 Transport mTransport;
104 // copy configuration into a clean transport, if necessary
  /external/chromium/chrome/browser/resources/net_internals/
hstsview.js 6 * HSTS is HTTPS Strict Transport Security: a way for sites to elect to always
main.js 758 * Adds a listener for the results of HSTS (HTTPS Strict Transport Security)
    [all...]
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpEngine.java 99 private Transport transport; field in class:HttpEngine
251 if (transport != null) {
255 transport = (Transport) connection.newTransport(this);
260 requestBodyOut = transport.createRequestBody();
305 * Called immediately before the transport transmits HTTP request headers.
430 if (transport == null || !transport.makeReusable(streamCancelled, requestBodyOut,
533 * it needs to be set even if the transport is SPDY
    [all...]
HttpTransport.java 32 public final class HttpTransport implements Transport {
424 private final HttpTransport transport; field in class:HttpTransport.ChunkedInputStream
428 ChunkedInputStream(InputStream is, CacheRequest cacheRequest, HttpTransport transport)
430 super(is, transport.httpEngine, cacheRequest);
431 this.transport = transport;
475 RawHeaders.readHeaders(transport.socketIn, rawResponseHeaders);
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransport.cc 58 : Transport(signaling_thread, worker_thread,
  /packages/apps/Email/tests/src/com/android/email/mail/store/
Pop3StoreUnitTests.java 25 import com.android.email.mail.Transport;
26 import com.android.email.mail.transport.MockTransport;
236 mockTransport.expect(null, "-ERR from the Mock Transport.");
381 * Test the scenario where the transport is "open" but not really (e.g. server closed). Two
424 * Test the scenario where the transport is "open" but not really (e.g. server closed). Two
466 * Test the scenario where the transport is "open" but not really (e.g. server closed). Two
509 * Test the scenario where the transport is "open" but not really (e.g. server closed). Two
561 * Test the scenario where the transport is "open" but not really (e.g. server closed). Two
608 * Test the scenario where the transport is "open" but not really (e.g. server closed). Two
667 * Test the scenario where the transport is "open" but not really (e.g. server closed). Tw
    [all...]
ImapStoreUnitTests.java 33 import com.android.email.mail.Transport;
37 import com.android.email.mail.transport.MockTransport;
99 /** The tag for the current IMAP command; used for mock transport responses */
207 MockTransport mockTransport = openAndInjectMockTransport(Transport.CONNECTION_SECURITY_TLS,
542 * TODO: Test the scenario where the transport is "open" but not really (e.g. server closed).
547 return openAndInjectMockTransport(Transport.CONNECTION_SECURITY_NONE, false);
555 // Create mock transport and inject it into the ImapStore that's already set up
566 * @param mockTransport the mock transport we're using
575 * @param mockTransport the mock transport we're using
588 * @param mockTransport the mock transport we're usin
    [all...]
  /packages/apps/Phone/src/com/android/phone/sip/
SipEditor.java 87 Transport(R.string.transport, R.string.default_transport, NA),
423 .setProtocol(PreferenceKey.Transport.getValue())
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar 
jdimodel.jar 
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 394 milliseconds

12