Searched defs:CONTACT_ID (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/
H A DQueries.java36 Phone.CONTACT_ID, // 4
56 Email.CONTACT_ID, // 4
80 public static final int CONTACT_ID = 4; // long field in class:Queries.Query
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java2080 public static final String CONTACT_ID = "contact_id"; field in class:Telephony.Mms.Addr
/frameworks/base/core/java/android/provider/
H A DContactsContract.java1180 * {@link RawContacts#CONTACT_ID} column gets the _ID of the aggregate
1182 * Contact and puts its _ID into the {@link RawContacts#CONTACT_ID} column
1684 * Entity has three ID fields: {@link #CONTACT_ID} for the contact,
2074 * found, the raw contact's {@link RawContacts#CONTACT_ID} column gets the _ID of
2076 * its _ID is put into the {@link RawContacts#CONTACT_ID} column of the newly
2166 public static final String CONTACT_ID = "contact_id"; field in interface:ContactsContract.DeletedContactsColumns
2215 public static final String CONTACT_ID = "contact_id"; field in interface:ContactsContract.RawContactsColumns
2297 * {@link #CONTACT_ID} field, which is the reference to the aggregate contact.
2399 * RawContacts.CONTACT_ID + "=?",
2462 * <td>{@link #CONTACT_ID}</t
3447 public static final String CONTACT_ID = "contact_id"; field in interface:ContactsContract.StreamItemsColumns
[all...]

Completed in 153 milliseconds