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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMasInstance.java61 private ServerSession mServerSession = null; field in class:BluetoothMapMasInstance
267 if (mServerSession != null) {
268 if (D) Log.d(TAG, "mServerSession exists - shutting it down...");
269 mServerSession.close();
270 mServerSession = null;
351 if(mServerSession != null) {
373 mServerSession = new ServerSession(transport, mapServer, null);
400 if (mServerSession != null) {
401 mServerSession.close();
402 mServerSession
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java160 private ServerSession mServerSession = null; field in class:BluetoothPbapService
467 if (mServerSession != null) {
468 mServerSession.close();
469 mServerSession = null;
509 mServerSession = new ServerSession(transport, mPbapServer, mAuth);
532 if (mServerSession != null) {
533 mServerSession.close();
534 mServerSession = null;
889 if (mServerSession != null) {
890 mServerSession
[all...]
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
H A DTestSequencer.java37 private ServerSession mServerSession = null; field in class:TestSequencer
117 mServerSession = new ServerSession(mServerTransport,
209 if(mServerSession != null) {
230 mServerSession.close();
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppService.java139 private BluetoothOppObexServerSession mServerSession; field in class:BluetoothOppService
362 mServerSession = new BluetoothOppObexServerSession(this, transport);
363 mServerSession.preStart();
364 if (D) Log.d(TAG, "Get ServerSession " + mServerSession.toString()
646 mServerSession);
680 newBatch, mServerSession);
864 && mServerSession != null) {
869 mServerSession);

Completed in 209 milliseconds