Home
last modified time | relevance | path

Searched refs:RAW_CONTACT_ID (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/vcard/java/com/android/vcard/
DVCardEntry.java165 builder.withValueBackReference(StructuredName.RAW_CONTACT_ID, backReferenceIndex); in constructInsertOperation()
325 builder.withValueBackReference(Phone.RAW_CONTACT_ID, backReferenceIndex); in constructInsertOperation()
415 builder.withValueBackReference(Email.RAW_CONTACT_ID, backReferenceIndex); in constructInsertOperation()
558 builder.withValueBackReference(StructuredPostal.RAW_CONTACT_ID, backReferenceIndex); in constructInsertOperation()
781 builder.withValueBackReference(Organization.RAW_CONTACT_ID, backReferenceIndex); in constructInsertOperation()
892 builder.withValueBackReference(Im.RAW_CONTACT_ID, backReferenceIndex); in constructInsertOperation()
996 builder.withValueBackReference(Photo.RAW_CONTACT_ID, backReferenceIndex); in constructInsertOperation()
1079 builder.withValueBackReference(Nickname.RAW_CONTACT_ID, backReferenceIndex); in constructInsertOperation()
1132 builder.withValueBackReference(Note.RAW_CONTACT_ID, backReferenceIndex); in constructInsertOperation()
1187 builder.withValueBackReference(Website.RAW_CONTACT_ID, backReferenceIndex); in constructInsertOperation()
[all …]
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DImportTestProvider.java112 if (actualContentValues.containsKey(Data.RAW_CONTACT_ID)) { in applyBatch()
113 actualContentValues.remove(Data.RAW_CONTACT_ID); in applyBatch()
/frameworks/base/docs/html/guide/topics/providers/
Dcontacts-provider.jd173 {@link android.provider.ContactsContract.DataColumns#RAW_CONTACT_ID Data.RAW_CONTACT_ID} that
332 {@link android.provider.ContactsContract.Data#RAW_CONTACT_ID}
895 * RAW_CONTACT_ID is included to identify the raw contact associated with the data row.
901 ContactsContract.Contacts.Entity.RAW_CONTACT_ID,
911 ContactsContract.Contacts.Entity.RAW_CONTACT_ID +
987 {@link android.provider.ContactsContract.DataColumns#RAW_CONTACT_ID} value. However, this
1097 {@link android.provider.ContactsContract.DataColumns#RAW_CONTACT_ID}. The reference points
1101 {@link android.provider.ContactsContract.DataColumns#RAW_CONTACT_ID}
1120 .withValueBackReference(ContactsContract.Data.RAW_CONTACT_ID, 0)
1139 .withValueBackReference(ContactsContract.Data.RAW_CONTACT_ID, 0)
[all …]
/frameworks/base/core/java/android/provider/
DContactsContract.java1723 public static final String RAW_CONTACT_ID = "raw_contact_id"; field in ContactsContract.Contacts.Entity
3471 public static final String RAW_CONTACT_ID = "raw_contact_id"; field
4020 public static final String RAW_CONTACT_ID = "raw_contact_id"; field
/frameworks/base/api/
Dsystem-removed.txt166 field public static final deprecated java.lang.String RAW_CONTACT_ID = "raw_contact_id";
Dremoved.txt166 field public static final deprecated java.lang.String RAW_CONTACT_ID = "raw_contact_id";
Dcurrent.txt25558 field public static final java.lang.String RAW_CONTACT_ID = "raw_contact_id";
25616 field public static final java.lang.String RAW_CONTACT_ID = "raw_contact_id";
Dsystem-current.txt27514 field public static final java.lang.String RAW_CONTACT_ID = "raw_contact_id";
27572 field public static final java.lang.String RAW_CONTACT_ID = "raw_contact_id";