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.java48 private boolean mAuthCancelled; field in BluetoothPbapAuthenticator
55 mAuthCancelled = false; in BluetoothPbapAuthenticator()
65 mAuthCancelled = bool; in setCancelled()
78 while (!mChallenged && !mAuthCancelled) { in waitUserConfirmation()