Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapAuthenticator.java36 @VisibleForTesting boolean mChallenged; field in BluetoothPbapAuthenticator
43 mChallenged = false; in BluetoothPbapAuthenticator()
49 mChallenged = bool; in setChallenged()
68 while (!mChallenged && !mAuthCancelled) { in waitUserConfirmation()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapAuthenticatorTest.java54 assertThat(mAuthenticator.mChallenged).isFalse(); in testConstructor()
63 assertThat(mAuthenticator.mChallenged).isTrue(); in testSetChallenged()
66 assertThat(mAuthenticator.mChallenged).isFalse(); in testSetChallenged()