Home | History | Annotate | Download | only in provider

Lines Matching defs:Groups

171          * A setting that is used to indicate if we should sync down all groups for the
173 * If this isn't set then we will only sync the groups whose SHOULD_SYNC column
464 Cursor groupsCursor = resolver.query(Groups.CONTENT_URI, GROUPS_PROJECTION,
465 Groups.SYSTEM_ID + "='" + Groups.GROUP_MY_CONTACTS + "'", null, null);
510 Cursor groupsCursor = resolver.query(Groups.CONTENT_URI, GROUPS_PROJECTION,
511 Groups.NAME + "=?", new String[] { groupName }, null);
547 Groups._ID,
581 new String[]{String.valueOf(person)}, Groups.DEFAULT_SORT_ORDER);
749 * Columns from the groups table.
789 * This table contains the groups for an account.
793 public static final class Groups
798 private Groups() {}
806 Uri.parse("content://contacts/groups");
810 * groups.
819 * groups.
1073 * person groups.