Home
last modified time | relevance | path

Searched refs:mAuth (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java156 private BluetoothPbapAuthenticator mAuth = null; field in BluetoothPbapService
504 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 …]
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapObexSession.java60 private BluetoothPbapObexAuthenticator mAuth = null; field in BluetoothPbapObexSession
80 mAuth = new BluetoothPbapObexAuthenticator(mSessionHandler); in start()
138 mClientSession.setAuthenticator(mAuth); in connect()
210 if (mAuth == null) { in setAuthReply()
214 mAuth.setReply(key); in setAuthReply()