Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/bluetooth/
DCarBluetoothUserService.java76 private SparseBooleanArray mBluetoothProfileStatus; field in CarBluetoothUserService
88 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 …]