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

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMasInstance.java 61 private ServerSession mServerSession = null;
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 = null
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 160 private ServerSession mServerSession = null;
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;
    [all...]
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
TestSequencer.java 37 private ServerSession mServerSession = null;
117 mServerSession = new ServerSession(mServerTransport,
209 if(mServerSession != null) {
230 mServerSession.close();
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java 139 private BluetoothOppObexServerSession mServerSession;
362 mServerSession = new BluetoothOppObexServerSession(this, transport);
363 mServerSession.preStart();
364 if (D) Log.d(TAG, "Get ServerSession " + mServerSession.toString()
646 mServerSession);
680 newBatch, mServerSession);
    [all...]

Completed in 128 milliseconds