Searched refs:mCheckedChilds (Results 1 – 2 of 2) sorted by relevance
144 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()
21 public static HashMap<String, String> mCheckedChilds = new HashMap<String, String>(); field in BluetoothMapSettingsDataHolder