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.java139 private boolean mIsWaitingAuthorization = false; field in BluetoothMapService
175 mIsWaitingAuthorization = false; in closeService()
370 if (mIsWaitingAuthorization) { in handleMessage()
378 mIsWaitingAuthorization = false; in handleMessage()
464 if (mIsWaitingAuthorization || sRemoteDevice == null || mSdpSearchInitiated) { in onConnectHandler()
905 mIsWaitingAuthorization = true; in onConnect()
1021 mIsWaitingAuthorization = false; in sendShutdownMessage()
1063 + "isWaitingAuthorization:" + mIsWaitingAuthorization); in onReceive()
1065 if ((!mIsWaitingAuthorization) || (requestType in onReceive()
1070 mIsWaitingAuthorization = false; in onReceive()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapService.java92 private boolean mIsWaitingAuthorization = false; field in SapService
393 mIsWaitingAuthorization = true; in run()
441 if (mIsWaitingAuthorization) {
444 mIsWaitingAuthorization = false;
768 mIsWaitingAuthorization = false; in sendShutdownMessage()
824 mIsWaitingAuthorization = false; in onReceive()
877 if (action.equals(BluetoothDevice.ACTION_ACL_DISCONNECTED) && mIsWaitingAuthorization) { in onReceive()