Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapSettingsAdapter.java144 BluetoothMapSettingsDataHolder.mCheckedChilds.put( in getChildView()
159 if(!(BluetoothMapSettingsDataHolder.mCheckedChilds.containsKey( in getChildView()
161 BluetoothMapSettingsDataHolder.mCheckedChilds.put(child.getName(), in getChildView()
172 BluetoothMapSettingsDataHolder.mCheckedChilds.remove(child.getName()); in getChildView()
175 BluetoothMapSettingsDataHolder.mCheckedChilds.remove(child.getName()); in getChildView()
190 if(D)Log.i("childs are", BluetoothMapSettingsDataHolder.mCheckedChilds.toString()); in getChildView()
DBluetoothMapSettingsDataHolder.java20 public class BluetoothMapSettingsDataHolder { class