Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapSettingsAdapter.java61 private ArrayList<BluetoothMapAccountItem> mMainGroup; field in BluetoothMapSettingsAdapter
81 BluetoothMapAccountItem group = mMainGroup.get(groupPosition); in BluetoothMapSettingsAdapter()
87 mMainGroup = new ArrayList<BluetoothMapAccountItem>(); in BluetoothMapSettingsAdapter()
90 mMainGroup.add(mapEntry.getKey()); in BluetoothMapSettingsAdapter()
96 BluetoothMapAccountItem item = mMainGroup.get(groupPosition); in getChild()
199 BluetoothMapAccountItem item = mMainGroup.get(groupPosition); in getChildrenCount()
205 return mMainGroup.get(groupPosition); in getGroup()
210 return mMainGroup.size(); in getGroupCount()