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

/packages/apps/Contacts/src/com/android/contacts/
H A DContactLoader.java492 Contacts.NAME_RAW_CONTACT_ID,
564 public final static int NAME_RAW_CONTACT_ID = 0; field in class:ContactLoader.ContactQuery
848 final long nameRawContactId = cursor.getLong(ContactQuery.NAME_RAW_CONTACT_ID);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactAggregator.java311 " SET " + Contacts.NAME_RAW_CONTACT_ID + "=? " +
1595 + Contacts.NAME_RAW_CONTACT_ID + "=?, "
1609 + Contacts.NAME_RAW_CONTACT_ID + ", "
1621 int NAME_RAW_CONTACT_ID = 1; field in interface:ContactAggregator.ContactReplaceSqlStatement
1766 statement.bindLong(ContactReplaceSqlStatement.NAME_RAW_CONTACT_ID,
H A DLegacyContactImporter.java432 Contacts.NAME_RAW_CONTACT_ID +
441 int NAME_RAW_CONTACT_ID = 7; field in interface:LegacyContactImporter.ContactsInsert
585 insert.bindLong(ContactsInsert.NAME_RAW_CONTACT_ID, id);

Completed in 82 milliseconds