Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapAuthenticator.java51 private boolean mAuthCancelled; field in BluetoothPbapAuthenticator
60 mAuthCancelled = false; in BluetoothPbapAuthenticator()
69 mAuthCancelled = bool; in setCancelled()
81 while (!mChallenged && !mAuthCancelled) { in waitUserConfirmation()