Home
last modified time | relevance | path

Searched refs:setChallenged (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapAuthenticatorTest.java62 mAuthenticator.setChallenged(true); in testSetChallenged()
65 mAuthenticator.setChallenged(false); in testSetChallenged()
95 mAuthenticator.setChallenged(true); in testOnAuthenticationChallenge()
122 mAuthenticator.setChallenged(true); in testOnAuthenticationChallenge_returnsNullWhenSessionKeyIsEmpty()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapAuthenticator.java48 final synchronized void setChallenged(final boolean bool) { in setChallenged() method in BluetoothPbapAuthenticator
DPbapStateMachine.java387 mObexAuth.setChallenged(false); in startObexServerSession()
471 mObexAuth.setChallenged(true); in notifyAuthKeyInput()