Searched refs:mBluetoothProfileStatus (Results 1 – 1 of 1) sorted by relevance
65 private SparseBooleanArray mBluetoothProfileStatus; field in CarBluetoothUserService78 mBluetoothProfileStatus = new SparseBooleanArray(); in CarBluetoothUserService()80 mBluetoothProfileStatus.put(profile, false); in CarBluetoothUserService()123 mBluetoothProfileStatus.put(BluetoothProfile.A2DP_SINK, false); in closeBluetoothConnectionProxies()128 mBluetoothProfileStatus.put(BluetoothProfile.HEADSET_CLIENT, false); in closeBluetoothConnectionProxies()132 mBluetoothProfileStatus.put(BluetoothProfile.PBAP_CLIENT, false); in closeBluetoothConnectionProxies()136 mBluetoothProfileStatus.put(BluetoothProfile.MAP_CLIENT, false); in closeBluetoothConnectionProxies()140 mBluetoothProfileStatus.put(BluetoothProfile.PAN, false); in closeBluetoothConnectionProxies()181 if (!mBluetoothProfileStatus.get(profile, false)) {182 mBluetoothProfileStatus.put(profile, true);[all …]