Searched defs:RAW_CONTACT_ID (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/provider/
H A DContactsContract.java1685 * {@link #RAW_CONTACT_ID} for the raw contact and {@link #DATA_ID} for
1723 public static final String RAW_CONTACT_ID = "raw_contact_id"; field in class:ContactsContract.Contacts.Entity
2331 * values.put(Data.RAW_CONTACT_ID, rawContactId);
2352 * .withValueBackReference(Data.RAW_CONTACT_ID, rawContactInsertIndex)
3182 * values.put(StreamItems.RAW_CONTACT_ID, rawContactId);
3471 public static final String RAW_CONTACT_ID = "raw_contact_id"; field in interface:ContactsContract.StreamItemsColumns
4020 public static final String RAW_CONTACT_ID = "raw_contact_id"; field in interface:ContactsContract.DataColumns
4227 * values.put(Data.RAW_CONTACT_ID, rawContactId);
4241 * .withValue(Data.RAW_CONTACT_ID, rawContactId)
4304 * Data.RAW_CONTACT_ID
[all...]

Completed in 40 milliseconds