Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapSettingsAdapter.java248 final BluetoothMapAccountItem groupItem = getGroup(groupPosition); in getGroupView() local
249 holder.imageView.setImageDrawable(groupItem.getIcon()); in getGroupView()
252 holder.title.setText(groupItem.getName()); in getGroupView()
259 ArrayList<BluetoothMapAccountItem> childItem = getChild(groupItem); in getGroupView()
275 groupItem.mIsChecked = isChecked; in getGroupView()
288 holder.cb.setChecked(groupItem.mIsChecked); in getGroupView()