Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java143 private boolean mIsWaitingAuthorization = false; field in BluetoothMapService
179 mIsWaitingAuthorization = false; in closeService()
374 if (mIsWaitingAuthorization) { in handleMessage()
383 mIsWaitingAuthorization = false; in handleMessage()
472 if (mIsWaitingAuthorization || sRemoteDevice == null || mSdpSearchInitiated) { in onConnectHandler()
915 mIsWaitingAuthorization = true; in onConnect()
1035 mIsWaitingAuthorization = false; in sendShutdownMessage()
1077 + "isWaitingAuthorization:" + mIsWaitingAuthorization); in onReceive()
1079 if ((!mIsWaitingAuthorization) || (requestType in onReceive()
1084 mIsWaitingAuthorization = false; in onReceive()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapService.java97 private boolean mIsWaitingAuthorization = false; field in SapService
398 mIsWaitingAuthorization = true; in run()
447 if (mIsWaitingAuthorization) {
450 mIsWaitingAuthorization = false;
778 mIsWaitingAuthorization = false; in sendShutdownMessage()
834 mIsWaitingAuthorization = false; in onReceive()
887 if (action.equals(BluetoothDevice.ACTION_ACL_DISCONNECTED) && mIsWaitingAuthorization) { in onReceive()