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.java65 public static final class GroupSelectionItem { class in GroupMembershipView
70 public GroupSelectionItem(long groupId, String title, boolean checked) { in GroupSelectionItem() method in GroupMembershipView.GroupSelectionItem
158 private GroupMembershipAdapter<GroupSelectionItem> mAdapter;
348 mAdapter = new GroupMembershipAdapter<GroupSelectionItem>( in onClick()
370 mAdapter.add(new GroupSelectionItem(groupId, title, checked)); in onClick()
375 mAdapter.add(new GroupSelectionItem(CREATE_NEW_GROUP_GROUP_ID, in onClick()
435 GroupSelectionItem item = mAdapter.getItem(i); in onItemClick()
451 GroupSelectionItem item = mAdapter.getItem(i); in isGroupChecked()