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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 149 private BluetoothPbapAuthenticator mAuth = null;
460 mAuth = new BluetoothPbapAuthenticator(mSessionStatusHandler);
461 mAuth.setChallenged(false);
462 mAuth.setCancelled(false);
465 mServerSession = new ServerSession(transport, mPbapServer, mAuth);
499 synchronized (mAuth) {
501 mAuth.setSessionKey(key);
503 mAuth.setChallenged(true);
504 mAuth.notify();
509 synchronized (mAuth) {
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 108 private final boolean mAuth;
160 mAuth = auth;
181 mAuth = s.mAuth;
232 if(mAuth)

Completed in 76 milliseconds