Searched refs:mAuthCancelled (Results 1 – 2 of 2) sorted by relevance
37 @VisibleForTesting boolean mAuthCancelled; field in BluetoothPbapAuthenticator44 mAuthCancelled = false; in BluetoothPbapAuthenticator()54 mAuthCancelled = bool; in setCancelled()68 while (!mChallenged && !mAuthCancelled) { in waitUserConfirmation()
55 assertThat(mAuthenticator.mAuthCancelled).isFalse(); in testConstructor()72 assertThat(mAuthenticator.mAuthCancelled).isTrue(); in testSetCancelled()75 assertThat(mAuthenticator.mAuthCancelled).isFalse(); in testSetCancelled()