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/apps/Contacts/src/com/android/contacts/
ContactLoader.java 492 Contacts.NAME_RAW_CONTACT_ID,
564 public final static int NAME_RAW_CONTACT_ID = 0;
848 final long nameRawContactId = cursor.getLong(ContactQuery.NAME_RAW_CONTACT_ID);
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
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...]
ContactsDatabaseHelper.java     [all...]
ContactAggregator.java 311 " SET " + Contacts.NAME_RAW_CONTACT_ID + "=? " +
    [all...]
ContactsProvider2.java 542 Data.NAME_RAW_CONTACT_ID,
678 .add(Contacts.NAME_RAW_CONTACT_ID)
    [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 120 Contacts.NAME_RAW_CONTACT_ID,
155 Contacts.NAME_RAW_CONTACT_ID,
266 Contacts.NAME_RAW_CONTACT_ID,
420 Contacts.NAME_RAW_CONTACT_ID,
762 values.put(Contacts.Entity.NAME_RAW_CONTACT_ID, rawContactId1);
779 values.put(Contacts.Entity.NAME_RAW_CONTACT_ID, rawContactId1);
797 values.put(Contacts.Entity.NAME_RAW_CONTACT_ID, rawContactId1);
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]

Completed in 1054 milliseconds