Searched defs:GroupSelectionItem (Results 1 - 1 of 1) sorted by relevance

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

Completed in 1094 milliseconds