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

/frameworks/ex/chips/src/com/android/ex/chips/
H A DQueries.java35 Phone.CONTACT_ID, // 4
53 Email.CONTACT_ID, // 4
75 public static final int CONTACT_ID = 4; // long field in class:Queries.Query
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java1861 public static final String CONTACT_ID = "contact_id"; field in class:Telephony.Mms.Addr
/frameworks/base/core/java/android/provider/
H A DContactsContract.java1215 * {@link RawContacts#CONTACT_ID} column gets the _ID of the aggregate
1217 * Contact and puts its _ID into the {@link RawContacts#CONTACT_ID} column
1650 * Entity has three ID fields: {@link #CONTACT_ID} for the contact,
2047 * found, the raw contact's {@link RawContacts#CONTACT_ID} column gets the _ID of
2049 * its _ID is put into the {@link RawContacts#CONTACT_ID} column of the newly
2139 public static final String CONTACT_ID = "contact_id"; field in interface:ContactsContract.DeletedContactsColumns
2189 public static final String CONTACT_ID = "contact_id"; field in interface:ContactsContract.RawContactsColumns
2284 * {@link #CONTACT_ID} field, which is the reference to the aggregate contact.
2386 * RawContacts.CONTACT_ID + "=?",
2449 * <td>{@link #CONTACT_ID}</t
3352 public static final String CONTACT_ID = "contact_id"; field in interface:ContactsContract.StreamItemsColumns
[all...]

Completed in 466 milliseconds