Searched refs:mIsWaitingAuthorization (Results 1 – 2 of 2) sorted by relevance
139 private boolean mIsWaitingAuthorization = false; field in BluetoothMapService175 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 …]
92 private boolean mIsWaitingAuthorization = false; field in SapService393 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()