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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactAggregator.java247 " SET " + Contacts.NAME_RAW_CONTACT_ID + "=? " +
1068 + Contacts.NAME_RAW_CONTACT_ID + "=?, "
1082 + Contacts.NAME_RAW_CONTACT_ID + ", "
1095 int NAME_RAW_CONTACT_ID = 1; field in interface:ContactAggregator.ContactReplaceSqlStatement
1227 statement.bindLong(ContactReplaceSqlStatement.NAME_RAW_CONTACT_ID,
H A DLegacyContactImporter.java431 Contacts.NAME_RAW_CONTACT_ID + "," +
441 int NAME_RAW_CONTACT_ID = 7; field in interface:LegacyContactImporter.ContactsInsert
587 insert.bindLong(ContactsInsert.NAME_RAW_CONTACT_ID, id);

Completed in 9 milliseconds