Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java153 private ServerSession mServerSession = null; field in BluetoothPbapService
423 if (mServerSession != null) { in closeService()
424 mServerSession.close(); in closeService()
425 mServerSession = null; in closeService()
465 mServerSession = new ServerSession(transport, mPbapServer, mAuth); in startObexServerSession()
481 if (mServerSession != null) { in stopObexServerSession()
482 mServerSession.close(); in stopObexServerSession()
483 mServerSession = null; in stopObexServerSession()
801 if (mServerSession != null) {
802 mServerSession.close();
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppService.java139 private BluetoothOppObexServerSession mServerSession; field in BluetoothOppService
350 mServerSession = new BluetoothOppObexServerSession(this, transport); in createServerSession()
351 mServerSession.preStart(); in createServerSession()
352 if (D) Log.d(TAG, "Get ServerSession " + mServerSession.toString() in createServerSession()
631 mServerSession); in insertShare()
665 newBatch, mServerSession); in insertShare()
849 && mServerSession != null) { in removeBatch()
854 mServerSession); in removeBatch()