Lines Matching refs:group

1180          * The array of group counts for the corresponding group.  Contains the same number
1295 * visible group; "0" otherwise.</td>
1588 CONTENT_URI, "group");
6571 * The sourceid of the group that this group membership refers to.
6577 * look up a group with this {@link Groups Groups.SOURCE_ID}. If such a group
6578 * is found, it will use the corresponding row id. If the group is not
6595 * The row id of the group that this group membership refers to. Exactly one of
6602 * The sourceid of the group that this group membership refers to. Exactly one of
6842 * The data set within the account that this group belongs to. This allows
6844 * each others' group data.
6847 * be populated if multiple sync adapters are entering distinct group data
6864 * The display title of this group.
6872 * this group. This value is only designed for use when building user
6880 * The display title of this group to load as a resource from
6889 * Notes about the group.
6896 * The ID of this group if it is a System Group, i.e. a group that has a special meaning
6904 * {@link CommonDataKinds.GroupMembership} in this group. Read-only value that is only
6921 * The total number of groups of the account that a group belongs to.
6927 * "B" has a group "group3", the rows for "group1" and "group2" return "2" and the row for
6939 * {@link CommonDataKinds.GroupMembership} in this group, and also have phone numbers.
6948 * Flag indicating if the contacts belonging to this group should be
6958 * called on a group, it is marked for deletion. The sync adaptor
6959 * deletes the group on the server and then calls ContactResolver.delete
6968 * Whether this group should be synced if the SYNC_EVERYTHING settings
6969 * is false for this group's account.
7013 * group. A sync adapter should always do an update instead.</td>
7021 * The data set within the account that this group belongs to. This allows
7023 * each others' group data. The combination of {@link #ACCOUNT_TYPE},
7033 * It should be set at the time the group is inserted and never changed
7042 * <td>The display title of this group.</td>
7048 * <td>Notes about the group.</td>
7054 * <td>The ID of this group if it is a System Group, i.e. a group that has a
7062 * {@link CommonDataKinds.GroupMembership} in this group. Read-only value
7070 * {@link CommonDataKinds.GroupMembership} in this group, and also have
7078 * <td>Flag indicating if the contacts belonging to this group should be
7087 * called on a group, it is marked for deletion. The sync adaptor deletes
7088 * the group on the server and then calls ContactResolver.delete once more,
7096 * <td>Whether this group should be synced if the SYNC_EVERYTHING settings
7097 * is false for this group's account.</td>
7123 public static final String CONTENT_TYPE = "vnd.android.cursor.dir/group";
7126 * The MIME type of a single group.
7128 public static final String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/group";
8045 * When in LIST_GROUP_ACTION mode, this is the group to display.
8459 * otherwise splitting on any group of non-alphanumeric characters.
8479 tokens.add(matcher.group());