Searched refs:groupItem (Results 1 – 1 of 1) sorted by relevance
248 final BluetoothMapAccountItem groupItem = getGroup(groupPosition); in getGroupView() local249 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()