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

/packages/apps/Email/src/com/android/email/mail/transport/
H A DCountingOutputStream.java17 package com.android.email.mail.transport;
H A DStatusOutputStream.java17 package com.android.email.mail.transport;
H A DEOLConvertingOutputStream.java17 package com.android.email.mail.transport;
H A DExchangeSender.java17 package com.android.email.mail.transport;
H A DDiscourseLogger.java17 package com.android.email.mail.transport;
H A DSmtpSender.java17 package com.android.email.mail.transport;
98 * For testing only. Injects a different transport. The transport should already be set
228 * Close the protocol (and the transport below it).
H A DMailTransport.java17 package com.android.email.mail.transport;
47 * This class implements the common aspects of "transport", one layer below the
91 * Returns a new transport, using the current transport as a model. The new transport is
/packages/apps/Email/tests/src/com/android/email/mail/transport/
H A DDiscourseLoggerTest.java17 package com.android.email.mail.transport;
H A DSmtpSenderUnitTests.java17 package com.android.email.mail.transport;
43 * runtest -c com.android.email.mail.transport.SmtpSenderUnitTests email
250 // Create mock transport and inject it into the SmtpSender that's already set up
261 * @param mockTransport the mock transport we're using
H A DMockTransport.java17 package com.android.email.mail.transport;
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppObexClientSession.java78 public BluetoothOppObexClientSession(Context context, ObexTransport transport) { argument
79 if (transport == null) {
80 throw new NullPointerException("transport is null");
83 mTransport = transport;
143 public ClientThread(Context context, ObexTransport transport) { argument
146 mTransport1 = transport;
233 if (D) Log.d(TAG, "Create ClientSession with transport " + mTransport1.toString());
H A DBluetoothOppObexServerSession.java100 public BluetoothOppObexServerSession(Context context, ObexTransport transport) { argument
102 mTransport = transport;
121 if (D) Log.d(TAG, "Create ServerSession with transport " + mTransport.toString());
H A DBluetoothOppService.java251 ObexTransport transport = (ObexTransport)msg.obj;
260 createServerSession(transport);
265 transport.close();
271 createServerSession(transport);
275 mPendingConnection = transport;
328 private void createServerSession(ObexTransport transport) { argument
329 mServerSession = new BluetoothOppObexServerSession(this, transport);
332 + " for incoming connection" + transport.toString());
/packages/apps/Email/tests/src/com/android/email/mail/store/
H A DPop3StoreUnitTests.java26 import com.android.email.mail.transport.MockTransport;
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). Two
714 * Test the scenario where the transport is "open" but not really (e.g. server closed). Two
729 * Test the scenario where the transport i
970 setupUidlSequence(MockTransport transport, int numMessages) argument
983 setupListSequence(MockTransport transport, int numMessages) argument
998 setupBrokenListSequence(MockTransport transport, int numMessages) argument
1022 setupSingleMessage(MockTransport transport, int msgNum, boolean body) argument
1035 setupSingleMessageTop(MockTransport transport, int msgNum, boolean topTry, boolean topSupported) argument
[all...]
/packages/apps/Mms/src/org/w3c/dom/smil/
H A DSMILMediaElement.java139 * See the transport attribute from .
144 public void setTransport(String transport) argument
/packages/apps/Mms/src/com/android/mms/dom/smil/
H A DSmilMediaElementImpl.java187 return this.getAttribute("transport");
247 public void setTransport(String transport) throws DOMException { argument
248 this.setAttribute("transport", transport);

Completed in 116 milliseconds