Searched refs:mBluetoothProfileStatus (Results 1 – 1 of 1) sorted by relevance
76 private SparseBooleanArray mBluetoothProfileStatus; field in CarBluetoothUserService88 mBluetoothProfileStatus = new SparseBooleanArray(); in CarBluetoothUserService()90 mBluetoothProfileStatus.put(profile, false); in CarBluetoothUserService()143 mBluetoothProfileStatus.put(BluetoothProfile.A2DP_SINK, false); in closeBluetoothConnectionProxies()148 mBluetoothProfileStatus.put(BluetoothProfile.HEADSET_CLIENT, false); in closeBluetoothConnectionProxies()187 if (!mBluetoothProfileStatus.get(profile, false)) {188 mBluetoothProfileStatus.put(profile, true);212 if (mBluetoothProfileStatus.get(profile, false)) {213 mBluetoothProfileStatus.put(profile, false);238 proxyConnected = mBluetoothProfileStatus.get(profile, false); in isBluetoothConnectionProxyAvailable()[all …]