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

  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
MnsService.java 32 import javax.obex.ServerSession;
136 new ServerSession(transport, srv, null);
  /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)
  /packages/apps/Bluetooth/src/com/android/bluetooth/
ObexServerSockets.java 26 import javax.obex.ServerSession;
350 // Create and detach a selfdestructing ServerSession to respond to any
352 new ServerSession(obexTrans,

Completed in 168 milliseconds