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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java153 private ServerSession mServerSession = null; field in class:BluetoothPbapService
413 if (mServerSession != null) {
414 mServerSession.close();
415 mServerSession = null;
453 mServerSession = new ServerSession(transport, mPbapServer, mAuth);
469 if (mServerSession != null) {
470 mServerSession.close();
471 mServerSession = null;
782 if (mServerSession != null) {
783 mServerSession
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppService.java139 private BluetoothOppObexServerSession mServerSession; field in class:BluetoothOppService
350 mServerSession = new BluetoothOppObexServerSession(this, transport);
351 mServerSession.preStart();
352 if (D) Log.d(TAG, "Get ServerSession " + mServerSession.toString()
631 mServerSession);
665 newBatch, mServerSession);
849 && mServerSession != null) {
854 mServerSession);

Completed in 43 milliseconds