Searched refs:mAuth (Results 1 – 2 of 2) sorted by relevance
171 private BluetoothPbapAuthenticator mAuth = null; field in BluetoothPbapService473 mAuth = new BluetoothPbapAuthenticator(mSessionStatusHandler); in startObexServerSession()474 mAuth.setChallenged(false); in startObexServerSession()475 mAuth.setCancelled(false); in startObexServerSession()478 mServerSession = new ServerSession(transport, mPbapServer, mAuth); in startObexServerSession()515 synchronized (mAuth) { in notifyAuthKeyInput()517 mAuth.setSessionKey(key); in notifyAuthKeyInput()519 mAuth.setChallenged(true); in notifyAuthKeyInput()520 mAuth.notify(); in notifyAuthKeyInput()525 synchronized (mAuth) { in notifyAuthCancelled()[all …]
97 private BluetoothPbapObexAuthenticator mAuth = null; field in PbapClientConnectionHandler108 mAuth = new BluetoothPbapObexAuthenticator(this); in PbapClientConnectionHandler()125 mAuth = new BluetoothPbapObexAuthenticator(this); in PbapClientConnectionHandler()283 mObexSession.setAuthenticator(mAuth); in connectObexSession()