HomeSort by relevance Sort by last modified time
    Searched refs:mServerSession (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMasInstance.java 59 private ServerSession mServerSession = null;
265 if (mServerSession != null) {
266 if (D) Log.d(TAG, "mServerSession exists - shutting it down...");
267 mServerSession.close();
268 mServerSession = null;
349 if(mServerSession != null) {
371 mServerSession = new ServerSession(transport, mapServer, null);
398 if (mServerSession != null) {
399 mServerSession.close();
400 mServerSession = null
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 175 private ServerSession mServerSession = null;
441 if (mServerSession != null) {
442 mServerSession.close();
443 mServerSession = null;
504 mServerSession = new ServerSession(transport, mPbapServer, mAuth);
526 if (mServerSession != null) {
527 mServerSession.close();
528 mServerSession = null;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java 151 private BluetoothOppObexServerSession mServerSession;
386 mServerSession = new BluetoothOppObexServerSession(this, transport, mServerSocket);
387 mServerSession.preStart();
388 if (D) Log.d(TAG, "Get ServerSession " + mServerSession.toString()
686 mServerSession);
720 newBatch, mServerSession);
    [all...]

Completed in 76 milliseconds