Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DGroupMembershipView.java61 public static final class GroupSelectionItem { class in GroupMembershipView
66 public GroupSelectionItem(long groupId, String title, boolean checked) { in GroupSelectionItem() method in GroupMembershipView.GroupSelectionItem
141 private GroupMembershipAdapter<GroupSelectionItem> mAdapter;
294 mAdapter = new GroupMembershipAdapter<GroupSelectionItem>( in onClick()
309 mAdapter.add(new GroupSelectionItem(groupId, title, checked)); in onClick()
314 mAdapter.add(new GroupSelectionItem(CREATE_NEW_GROUP_GROUP_ID, in onClick()
374 GroupSelectionItem item = mAdapter.getItem(i); in onItemClick()
390 GroupSelectionItem item = mAdapter.getItem(i); in isGroupChecked()