Searched refs:mAuth (Results 1 – 2 of 2) sorted by relevance
156 private BluetoothPbapAuthenticator mAuth = null; field in BluetoothPbapService504 mAuth = new BluetoothPbapAuthenticator(mSessionStatusHandler); in startObexServerSession()505 mAuth.setChallenged(false); in startObexServerSession()506 mAuth.setCancelled(false); in startObexServerSession()509 mServerSession = new ServerSession(transport, mPbapServer, mAuth); in startObexServerSession()550 synchronized (mAuth) { in notifyAuthKeyInput()552 mAuth.setSessionKey(key); in notifyAuthKeyInput()554 mAuth.setChallenged(true); in notifyAuthKeyInput()555 mAuth.notify(); in notifyAuthKeyInput()560 synchronized (mAuth) { in notifyAuthCancelled()[all …]
60 private BluetoothPbapObexAuthenticator mAuth = null; field in BluetoothPbapObexSession80 mAuth = new BluetoothPbapObexAuthenticator(mSessionHandler); in start()138 mClientSession.setAuthenticator(mAuth); in connect()210 if (mAuth == null) { in setAuthReply()214 mAuth.setReply(key); in setAuthReply()