Home | History | Annotate | Download | only in pbap

Lines Matching defs:mAuth

154     private BluetoothPbapAuthenticator mAuth = null;
501 mAuth = new BluetoothPbapAuthenticator(mSessionStatusHandler);
502 mAuth.setChallenged(false);
503 mAuth.setCancelled(false);
506 mServerSession = new ServerSession(transport, mPbapServer, mAuth);
547 synchronized (mAuth) {
549 mAuth.setSessionKey(key);
551 mAuth.setChallenged(true);
552 mAuth.notify();
557 synchronized (mAuth) {
558 mAuth.setCancelled(true);
559 mAuth.notify();