HomeSort by relevance Sort by last modified time
    Searched refs:NAME_RAW_CONTACT_ID (Results 1 - 9 of 9) sorted by null

  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactLoader.java 100 Contacts.NAME_RAW_CONTACT_ID, Contacts.DISPLAY_NAME_SOURCE
106 .getColumnIndex(Contacts.NAME_RAW_CONTACT_ID));
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java     [all...]
LegacyContactImporter.java 432 Contacts.NAME_RAW_CONTACT_ID +
441 int NAME_RAW_CONTACT_ID = 7;
585 insert.bindLong(ContactsInsert.NAME_RAW_CONTACT_ID, id);
    [all...]
ContactAggregator.java 314 " SET " + Contacts.NAME_RAW_CONTACT_ID + "=? " +
    [all...]
ContactsProvider2.java 555 Data.NAME_RAW_CONTACT_ID,
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactLoader.java 491 Contacts.NAME_RAW_CONTACT_ID,
563 public final static int NAME_RAW_CONTACT_ID = 0;
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
ContactLoaderTest.java 292 Contacts.NAME_RAW_CONTACT_ID, Contacts.DISPLAY_NAME_SOURCE,
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 122 Contacts.NAME_RAW_CONTACT_ID,
157 Contacts.NAME_RAW_CONTACT_ID,
268 Contacts.NAME_RAW_CONTACT_ID,
422 Contacts.NAME_RAW_CONTACT_ID,
773 values.put(Contacts.Entity.NAME_RAW_CONTACT_ID, rawContactId1);
790 values.put(Contacts.Entity.NAME_RAW_CONTACT_ID, rawContactId1);
808 values.put(Contacts.Entity.NAME_RAW_CONTACT_ID, rawContactId1);
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]

Completed in 5398 milliseconds