OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCheckedChilds
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSettingsDataHolder.java
21
public static HashMap<String, String>
mCheckedChilds
= new HashMap<String, String>();
BluetoothMapSettingsAdapter.java
140
BluetoothMapSettingsDataHolder.
mCheckedChilds
.put(
155
if(!(BluetoothMapSettingsDataHolder.
mCheckedChilds
.containsKey(
157
BluetoothMapSettingsDataHolder.
mCheckedChilds
.put(child.getName(),
168
BluetoothMapSettingsDataHolder.
mCheckedChilds
.remove(child.getName());
171
BluetoothMapSettingsDataHolder.
mCheckedChilds
.remove(child.getName());
186
if(D)Log.i("childs are", BluetoothMapSettingsDataHolder.
mCheckedChilds
.toString());
Completed in 191 milliseconds