Searched refs:transport (Results 1 - 25 of 38) sorted by relevance

12

/packages/apps/Email/tests/src/com/android/email/mail/store/
H A DPop3StoreUnitTests.java25 import com.android.email.mail.transport.MockTransport;
377 * Test the scenario where the transport is "open" but not really (e.g. server closed). Two
420 * Test the scenario where the transport is "open" but not really (e.g. server closed). Two
462 * Test the scenario where the transport is "open" but not really (e.g. server closed). Two
505 * Test the scenario where the transport is "open" but not really (e.g. server closed). Two
557 * Test the scenario where the transport is "open" but not really (e.g. server closed). Two
604 * Test the scenario where the transport is "open" but not really (e.g. server closed). Two
663 * Test the scenario where the transport is "open" but not really (e.g. server closed). Two
710 * Test the scenario where the transport is "open" but not really (e.g. server closed). Two
725 * Test the scenario where the transport i
966 setupUidlSequence(MockTransport transport, int numMessages) argument
979 setupListSequence(MockTransport transport, int numMessages) argument
994 setupBrokenListSequence(MockTransport transport, int numMessages) argument
1018 setupSingleMessage(MockTransport transport, int msgNum, boolean body) argument
1031 setupSingleMessageTop(MockTransport transport, int msgNum, boolean topTry, boolean topSupported) argument
[all...]
/packages/apps/Email/src/com/android/email/mail/transport/
H A DStatusOutputStream.java17 package com.android.email.mail.transport;
H A DDiscourseLogger.java17 package com.android.email.mail.transport;
H A DMailTransport.java17 package com.android.email.mail.transport;
72 * Returns a new transport, using the current transport as a model. The new transport is
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppRfcommListener.java96 TestTcpTransport transport = new TestTcpTransport(clientSocket);
100 msg.obj = transport;
161 BluetoothOppRfcommTransport transport = new BluetoothOppRfcommTransport(
166 msg.obj = transport;
H A DBluetoothOppTransfer.java242 * The only way to unblock is to tear down lower transport
355 * The transfer already has session and transport setup, just start it
438 if (V) Log.v(TAG, "Create Client session with transport " + mTransport.toString());
597 TestTcpTransport transport;
598 transport = new TestTcpTransport(s);
603 transport = null;
607 transport = null;
612 if (D) Log.d(TAG, "Send transport message " + transport.toString());
613 mSessionHandler.obtainMessage(RFCOMM_CONNECTED, transport)
[all...]
H A DBluetoothOppService.java274 ObexTransport transport = (ObexTransport)msg.obj;
283 createServerSession(transport);
288 transport.close();
294 createServerSession(transport);
298 mPendingConnection = transport;
361 private void createServerSession(ObexTransport transport) { argument
362 mServerSession = new BluetoothOppObexServerSession(this, transport);
365 + " for incoming connection" + transport.toString());
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;
145 public ClientThread(Context context, ObexTransport transport, int initialNumShares) { argument
148 mTransport1 = transport;
235 if (D) Log.d(TAG, "Create ClientSession with transport " + mTransport1.toString());
/packages/apps/Settings/src/com/android/settings/
H A DPrivacySettings.java174 String transport = mBackupManager.getCurrentTransport();
175 configIntent = mBackupManager.getConfigurationIntent(transport);
176 configSummary = mBackupManager.getDestinationString(transport);
203 String transport = mBackupManager.getCurrentTransport();
204 String summary = mBackupManager.getDestinationString(transport);
/packages/apps/Email/tests/src/com/android/email/mail/transport/
H A DDiscourseLoggerTest.java17 package com.android.email.mail.transport;
H A DMockTransport.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
253 // Create mock transport and inject it into the SmtpSender that's already set up
264 * @param mockTransport the mock transport we're using
/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/Nfc/src/com/android/nfc/handover/
H A DHandoverService.java275 int transport = msgData.getInt(EXTRA_PERIPHERAL_TRANSPORT);
281 device, name, transport, HandoverService.this);
283 if (transport == BluetoothDevice.TRANSPORT_LE) {
536 int transport = mBluetoothPeripheralHandover.mTransport;
545 if (transport == BluetoothDevice.TRANSPORT_LE && !connected) {
H A DBluetoothPeripheralHandover.java108 int transport, Callback callback) {
113 mTransport = transport;
107 BluetoothPeripheralHandover(Context context, BluetoothDevice device, String name, int transport, Callback callback) argument
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/privacy/
H A DPrivacyActivity.java275 String transport = mBackupManager.getCurrentTransport();
276 Intent configIntent = mBackupManager.getConfigurationIntent(transport);
340 String transport = mBackupManager.getCurrentTransport();
341 Intent configIntent = mBackupManager.getConfigurationIntent(transport);
342 String configSummary = mBackupManager.getDestinationString(transport);
/packages/apps/Email/tests/src/com/android/email/mail/store/imap/
H A DImapTestUtils.java25 import com.android.email.mail.transport.DiscourseLogger;
H A DImapResponseParserTest.java25 import com.android.email.mail.transport.DiscourseLogger;
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMasInstance.java296 // setup RFCOMM transport
297 BluetoothMapRfcommTransport transport = new BluetoothMapRfcommTransport(mConnSocket);
298 mServerSession = new ServerSession(transport, mapServer, null);
/packages/apps/Mms/src/com/android/mms/dom/smil/
H A DSmilMediaElementImpl.java189 return this.getAttribute("transport");
249 public void setTransport(String transport) throws DOMException { argument
250 this.setAttribute("transport", transport);
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DBondStateMachine.java278 private boolean createBond(BluetoothDevice dev, int transport, boolean transition) { argument
282 if (!mAdapterService.createBondNative(addr, transport)) {
/packages/apps/Email/src/com/android/email/mail/store/
H A DImapConnection.java29 import com.android.email.mail.transport.DiscourseLogger;
30 import com.android.email.mail.transport.MailTransport;
138 // copy configuration into a clean transport, if necessary
284 throw new IOException("Null transport");
536 // Close the transport so that we'll retry the authentication.
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java316 public void clientConnect(int clientIf, String address, boolean isDirect, int transport) { argument
319 service.clientConnect(clientIf, address, isDirect, transport);
445 public void serverConnect(int serverIf, String address, boolean isDirect, int transport) { argument
448 service.serverConnect(serverIf, address, isDirect, transport);
1336 void clientConnect(int clientIf, String address, boolean isDirect, int transport) { argument
1340 gattClientConnectNative(clientIf, address, isDirect, transport);
1852 void serverConnect(int serverIf, String address, boolean isDirect, int transport) { argument
1856 gattServerConnectNative(serverIf, address, isDirect,transport);
2218 boolean isDirect, int transport);
2294 boolean is_direct, int transport);
2217 gattClientConnectNative(int clientIf, String address, boolean isDirect, int transport) argument
2293 gattServerConnectNative(int server_if, String address, boolean is_direct, int transport) argument
[all...]
/packages/apps/Email/src/com/android/email/mail/
H A DStore.java26 import com.android.email.mail.transport.MailTransport;
/packages/apps/Email/src/com/android/email/mail/store/imap/
H A DImapResponseParser.java23 import com.android.email.mail.transport.DiscourseLogger;

Completed in 5790 milliseconds

12