Searched refs:mServerSession (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapMasInstance.java | 66 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/ |
D | PbapStateMachine.java | 90 private ServerSession mServerSession; field in PbapStateMachine 248 mServerSession = new ServerSession(transport, server, null); in rejectConnection() 265 if (mServerSession != null) { in enter() 266 mServerSession.close(); in enter() 267 mServerSession = null; in enter() 346 mServerSession = new ServerSession(transport, mPbapServer, mObexAuth); in startObexServerSession()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppService.java | 175 private BluetoothOppObexServerSession mServerSession; field in BluetoothOppService 511 mServerSession = new BluetoothOppObexServerSession(this, transport, this); in createServerSession() 512 mServerSession.preStart(); in createServerSession() 514 Log.d(TAG, "Get ServerSession " + mServerSession.toString() + " for incoming connection" in createServerSession() 803 mServerTransfer = new BluetoothOppTransfer(this, newBatch, mServerSession); in insertShare() 1030 && mServerSession != null) { in removeBatch() 1036 mServerTransfer = new BluetoothOppTransfer(this, nextBatch, mServerSession); in removeBatch()
|