HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothMapSettingsDataHolder (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSettingsDataHolder.java 20 public class BluetoothMapSettingsDataHolder {
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 59 milliseconds