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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 175 private ServerSession mServerSession = null;
405 if (mServerSession != null) {
406 mServerSession.close();
407 mServerSession = null;
443 mServerSession = new ServerSession(transport, mPbapServer, mAuth);
459 if (mServerSession != null) {
460 mServerSession.close();
461 mServerSession = null;
731 if (mServerSession != null) {
732 mServerSession.close()
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java 141 private BluetoothOppObexServerSession mServerSession;
331 mServerSession = new BluetoothOppObexServerSession(this, transport);
332 mServerSession.preStart();
333 if (D) Log.d(TAG, "Get ServerSession " + mServerSession.toString()
609 mServerSession);
643 newBatch, mServerSession);
    [all...]

Completed in 190 milliseconds