Loading core/java/android/provider/ContactsContract.java +13 −11 Original line number Diff line number Diff line Loading @@ -260,6 +260,19 @@ public final class ContactsContract { */ private Contacts() {} /** * The package name that owns this contact and all of its details. This * package has control over the {@link #IS_RESTRICTED} flag, and can * grant {@link RestrictionExceptions} to other packages. */ public static final String PACKAGE = "package"; /** * Flag indicating that this data entry has been restricted by the owner * {@link #PACKAGE}. */ public static final String IS_RESTRICTED = "is_restricted"; /** * A reference to the {@link Accounts#_ID} that this data belongs to. */ Loading Loading @@ -331,11 +344,6 @@ public final class ContactsContract { } private interface DataColumns { /** * The package name that defines this type of data. */ public static final String PACKAGE = "package"; /** * The mime-type of the item represented by this row. */ Loading @@ -360,12 +368,6 @@ public final class ContactsContract { */ public static final String IS_SUPER_PRIMARY = "is_super_primary"; /** * Flag indicating that this data entry has been restricted by the owner * {@link #PACKAGE}. */ public static final String IS_RESTRICTED = "is_restricted"; /** * The version of this data record. This is a read-only value. The data column is * guaranteed to not change without the version going up. This value is monotonically Loading Loading
core/java/android/provider/ContactsContract.java +13 −11 Original line number Diff line number Diff line Loading @@ -260,6 +260,19 @@ public final class ContactsContract { */ private Contacts() {} /** * The package name that owns this contact and all of its details. This * package has control over the {@link #IS_RESTRICTED} flag, and can * grant {@link RestrictionExceptions} to other packages. */ public static final String PACKAGE = "package"; /** * Flag indicating that this data entry has been restricted by the owner * {@link #PACKAGE}. */ public static final String IS_RESTRICTED = "is_restricted"; /** * A reference to the {@link Accounts#_ID} that this data belongs to. */ Loading Loading @@ -331,11 +344,6 @@ public final class ContactsContract { } private interface DataColumns { /** * The package name that defines this type of data. */ public static final String PACKAGE = "package"; /** * The mime-type of the item represented by this row. */ Loading @@ -360,12 +368,6 @@ public final class ContactsContract { */ public static final String IS_SUPER_PRIMARY = "is_super_primary"; /** * Flag indicating that this data entry has been restricted by the owner * {@link #PACKAGE}. */ public static final String IS_RESTRICTED = "is_restricted"; /** * The version of this data record. This is a read-only value. The data column is * guaranteed to not change without the version going up. This value is monotonically Loading