Home
last modified time | relevance | path

Searched refs:mServerSession (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMasInstance.java66 private ServerSession mServerSession = null; field in BluetoothMapMasInstance
277 if (mServerSession != null) { in startSocketListeners()
281 mServerSession.close(); in startSocketListeners()
282 mServerSession = null; in startSocketListeners()
386 if (mServerSession != null) { in startObexServerSession()
401 mServerSession = new ServerSession(transport, mMapServer, null); in startObexServerSession()
434 if (mServerSession != null) { in shutdown()
435 mServerSession.close(); in shutdown()
436 mServerSession = null; in shutdown()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DPbapStateMachine.java99 private ServerSession mServerSession; field in PbapStateMachine
258 mServerSession = new ServerSession(transport, server, null); in rejectConnection()
275 if (mServerSession != null) { in enter()
276 mServerSession.close(); in enter()
277 mServerSession = null; in enter()
357 mServerSession = new ServerSession(transport, mPbapServer, mObexAuth); in startObexServerSession()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppService.java176 private BluetoothOppObexServerSession mServerSession; field in BluetoothOppService
507 mServerSession = new BluetoothOppObexServerSession(this, transport, this); in createServerSession()
508 mServerSession.preStart(); in createServerSession()
510 Log.d(TAG, "Get ServerSession " + mServerSession.toString() + " for incoming connection" in createServerSession()
799 mServerTransfer = new BluetoothOppTransfer(this, newBatch, mServerSession); in insertShare()
1028 && mServerSession != null) { in removeBatch()
1034 mServerTransfer = new BluetoothOppTransfer(this, nextBatch, mServerSession); in removeBatch()