Home | History | Annotate | Download | only in provider

Lines Matching refs:Identity

7429          * A data kind representing an Identity related to the contact.
7432 * contacts, e.g. if two contacts have Identity rows with
7433 * the same NAMESPACE and IDENTITY values the aggregator can know that they refer
7437 public static final class Identity implements DataColumnsWithJoins, ContactCounts {
7441 private Identity() {}
7444 public static final String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/identity";
7447 * The identity string.
7450 public static final String IDENTITY = DataColumns.DATA1;
7453 * The namespace of the identity string, e.g. "com.google"