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.java2154 public static final String CONTACT_ID = "contact_id"; field in class:Telephony.Mms.Addr
/frameworks/base/core/java/android/provider/
H A DContactsContract.java1259 * {@link RawContacts#CONTACT_ID} column gets the _ID of the aggregate
1261 * Contact and puts its _ID into the {@link RawContacts#CONTACT_ID} column
1771 * Entity has three ID fields: {@link #CONTACT_ID} for the contact,
2162 * found, the raw contact's {@link RawContacts#CONTACT_ID} column gets the _ID of
2164 * its _ID is put into the {@link RawContacts#CONTACT_ID} column of the newly
2254 public static final String CONTACT_ID = "contact_id"; field in interface:ContactsContract.DeletedContactsColumns
2303 public static final String CONTACT_ID = "contact_id"; field in interface:ContactsContract.RawContactsColumns
2390 * {@link #CONTACT_ID} field, which is the reference to the aggregate contact.
2492 * RawContacts.CONTACT_ID + "=?",
2555 * <td>{@link #CONTACT_ID}</t
3540 public static final String CONTACT_ID = "contact_id"; field in interface:ContactsContract.StreamItemsColumns
5004 public static final String CONTACT_ID = "contact_id"; field in interface:ContactsContract.PhoneLookupColumns
[all...]

Completed in 876 milliseconds