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.java1275 * {@link RawContacts#CONTACT_ID} column gets the _ID of the aggregate
1277 * Contact and puts its _ID into the {@link RawContacts#CONTACT_ID} column
1787 * Entity has three ID fields: {@link #CONTACT_ID} for the contact,
2178 * found, the raw contact's {@link RawContacts#CONTACT_ID} column gets the _ID of
2180 * its _ID is put into the {@link RawContacts#CONTACT_ID} column of the newly
2270 public static final String CONTACT_ID = "contact_id"; field in interface:ContactsContract.DeletedContactsColumns
2319 public static final String CONTACT_ID = "contact_id"; field in interface:ContactsContract.RawContactsColumns
2406 * {@link #CONTACT_ID} field, which is the reference to the aggregate contact.
2508 * RawContacts.CONTACT_ID + "=?",
2571 * <td>{@link #CONTACT_ID}</t
3556 public static final String CONTACT_ID = "contact_id"; field in interface:ContactsContract.StreamItemsColumns
5020 public static final String CONTACT_ID = "contact_id"; field in interface:ContactsContract.PhoneLookupColumns
[all...]

Completed in 93 milliseconds