Searched refs:mGroupsByDevice (Results 1 – 1 of 1) sorted by relevance
99 mGroupsByDevice.put(device, groupId);112 mGroupsByDevice.remove(device);272 private final LinkedHashMap<BluetoothDevice, Integer> mGroupsByDevice = field in BluetoothDeviceManager335 if (mGroupsByDevice.isEmpty() || mBluetoothLeAudioService == null) { in getLeAudioConnectedDevices()339 for (LinkedHashMap.Entry<BluetoothDevice, Integer> entry : mGroupsByDevice.entrySet()) { in getLeAudioConnectedDevices()490 if (!mGroupsByDevice.containsKey(device)) { in onDeviceConnected()494 mGroupsByDevice.put(device, groupId); in onDeviceConnected()