Searched refs:current_presets (Results 1 – 2 of 2) sorted by relevance
559 List<BluetoothHapPresetInfo> current_presets = mPresetsMap.get(device); in getActivePresetInfo()560 if (current_presets != null) { in getActivePresetInfo()561 for (BluetoothHapPresetInfo preset : current_presets) { in getActivePresetInfo()688 List<BluetoothHapPresetInfo> current_presets = mPresetsMap.get(device); in getPresetInfo() local689 if (current_presets != null) { in getPresetInfo()690 for (BluetoothHapPresetInfo preset : current_presets) { in getPresetInfo()744 List current_presets = mPresetsMap.get(device); in notifyPresetInfoChanged() local745 if (current_presets == null) return; in notifyPresetInfoChanged()755 current_presets, in notifyPresetInfoChanged()1009 List current_presets = mPresetsMap.get(device); in updateDevicePresetsCache() local[all …]
1378 List current_presets = svc_data.hapPresetsMutable.getValue(); in hapReadPresetInfo() local1379 if (current_presets == null) current_presets = new ArrayList<BluetoothHapPresetInfo>(); in hapReadPresetInfo()1382 ListIterator<BluetoothHapPresetInfo> iter = current_presets.listIterator(); in hapReadPresetInfo()1388 current_presets.add(new_preset); in hapReadPresetInfo()1390 svc_data.hapPresetsMutable.postValue(current_presets); in hapReadPresetInfo()