Searched refs:mCheckedChilds (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapSettingsDataHolder.java21 public static HashMap<String, String> mCheckedChilds = new HashMap<String, String>(); field in class:BluetoothMapSettingsDataHolder
H A DBluetoothMapSettingsAdapter.java144 BluetoothMapSettingsDataHolder.mCheckedChilds.put(
159 if(!(BluetoothMapSettingsDataHolder.mCheckedChilds.containsKey(
161 BluetoothMapSettingsDataHolder.mCheckedChilds.put(child.getName(),
172 BluetoothMapSettingsDataHolder.mCheckedChilds.remove(child.getName());
175 BluetoothMapSettingsDataHolder.mCheckedChilds.remove(child.getName());
190 if(D)Log.i("childs are", BluetoothMapSettingsDataHolder.mCheckedChilds.toString());

Completed in 146 milliseconds