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

/frameworks/base/core/java/android/provider/
H A DTelephony.java1450 public static final String CONTACT_ID = "contact_id"; field in class:Telephony.Mms.Addr
H A DContactsContract.java666 * {@link RawContacts#CONTACT_ID} column gets the _ID of the aggregate
668 * Contact and puts its _ID into the {@link RawContacts#CONTACT_ID} column
1193 public static final String CONTACT_ID = "contact_id"; field in interface:ContactsContract.RawContactsColumns
1262 * {@link #CONTACT_ID} field, which is the reference to the aggregate contact.
1363 * RawContacts.CONTACT_ID + "=?",
1426 * <td>{@link #CONTACT_ID}</td>
1685 RawContacts.CONTACT_ID, Contacts.LOOKUP_KEY
1816 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, cv, CONTACT_ID);
2248 * Data.CONTACT_ID + &quot;=?&quot; + " AND "
2465 * <td style="width: 20em;">{@link #CONTACT_ID}</t
[all...]

Completed in 121 milliseconds