HomeSort by relevance Sort by last modified time
    Searched full:serversession (Results 1 - 17 of 17) sorted by null

  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
SdpManagerTest.java 10 import javax.obex.ServerSession;
245 ServerSession serverSession = new ServerSession(serverTransport,
266 serverSession.close();
TestSequencer.java 11 import javax.obex.ServerSession;
37 private ServerSession mServerSession = null;
117 mServerSession = new ServerSession(mServerTransport,
  /packages/apps/Bluetooth/src/com/android/bluetooth/
ObexRejectServer.java 75 // This will cause an exception in the ServerSession, causing it to shut down
ObexServerSockets.java 22 import javax.obex.ServerSession;
332 // Create and detach a selfdestructing ServerSession to respond to any
334 new ServerSession(obexTrans,
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMnsService.java 32 import javax.obex.ServerSession;
118 new ServerSession(transport, srv, null);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMasInstance.java 23 import javax.obex.ServerSession;
61 private ServerSession mServerSession = null;
373 mServerSession = new ServerSession(transport, mapServer, null);
374 if (D) Log.d(TAG, " ServerSession started.");
BluetoothMapService.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexServerSession.java 57 import javax.obex.ServerSession;
90 private ServerSession mSession;
117 if (D) Log.d(TAG, "Create ServerSession with transport " + mTransport.toString());
118 mSession = new ServerSession(mTransport, this, null);
TestActivity.java 69 import javax.obex.ServerSession;
571 public ServerSession acceptAndOpen(ServerRequestHandler handler, Authenticator auth)
582 return new ServerSession((ObexTransport)tt, handler, auth);
586 public ServerSession acceptAndOpen(ServerRequestHandler handler) throws IOException {
BluetoothOppService.java 364 if (D) Log.d(TAG, "Get ServerSession " + mServerSession.toString()
    [all...]
  /frameworks/base/obex/javax/obex/
ServerSession.java 44 * This class in an implementation of the OBEX ServerSession.
47 public final class ServerSession extends ObexSession implements Runnable {
49 private static final String TAG = "Obex ServerSession";
67 * Creates new ServerSession.
74 public ServerSession(ObexTransport trans, ServerRequestHandler handler, Authenticator auth)
ObexSession.java 47 * <CODE>ClientSession</CODE> and <CODE>ServerSession</CODE>.
ServerRequestHandler.java 262 * Called by ServerSession to update the status of current transaction
ServerOperation.java 74 private ServerSession mParent;
125 public ServerOperation(ServerSession p, InputStream in, int request, int maxSize,
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 69 import javax.obex.ServerSession;
160 private ServerSession mServerSession = null;
509 mServerSession = new ServerSession(transport, mPbapServer, mAuth);
    [all...]
  /external/conscrypt/src/test/java/org/conscrypt/
NativeCryptoTest.java     [all...]
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketTest.java     [all...]

Completed in 1370 milliseconds