OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ServerSession
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMnsService.java
32
import javax.obex.
ServerSession
;
118
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
22
import javax.obex.
ServerSession
;
332
// Create and detach a selfdestructing
ServerSession
to respond to any
334
new
ServerSession
(obexTrans,
Completed in 212 milliseconds