Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapSettingsAdapter.java60 ArrayList<BluetoothMapAccountItem>> mProupList; field in BluetoothMapSettingsAdapter
73 this.mProupList = groupsList; in BluetoothMapSettingsAdapter()
82 if (mProupList.get(group).size() > 0) in BluetoothMapSettingsAdapter()
89 ArrayList<BluetoothMapAccountItem>> mapEntry : mProupList.entrySet()) { in BluetoothMapSettingsAdapter()
97 return mProupList.get(item).get(childPosition); in getChild()
100 return mProupList.get(group); in getChild()
200 return mProupList.get(item).size(); in getChildrenCount()