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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 154 private BluetoothPbapAuthenticator mAuth = null;
471 mAuth = new BluetoothPbapAuthenticator(mSessionStatusHandler);
472 mAuth.setChallenged(false);
473 mAuth.setCancelled(false);
476 mServerSession = new ServerSession(transport, mPbapServer, mAuth);
517 synchronized (mAuth) {
519 mAuth.setSessionKey(key);
521 mAuth.setChallenged(true);
522 mAuth.notify();
527 synchronized (mAuth) {
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 109 private final boolean mAuth;
161 mAuth = auth;
182 mAuth = s.mAuth;
233 if(mAuth)
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 122 private BluetoothMapAuthenticator mAuth = null;
304 mAuth = new BluetoothMapAuthenticator(mSessionStatusHandler);
305 mAuth.setChallenged(false);
306 mAuth.setCancelled(false);
310 mServerSession = new ServerSession(transport, mMapServer, mAuth);

Completed in 107 milliseconds