Home | History | Annotate | Download | only in provider

Lines Matching defs:IDENTITY

6721          * A data kind representing an Identity related to the contact.
6724 * contacts, e.g. if two contacts have Identity rows with
6725 * the same NAMESPACE and IDENTITY values the aggregator can know that they refer
6729 public static final class Identity implements DataColumnsWithJoins {
6733 private Identity() {}
6736 public static final String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/identity";
6739 * The identity string.
6742 public static final String IDENTITY = DataColumns.DATA1;
6745 * The namespace of the identity string, e.g. "com.google"