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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactAggregator.java     [all...]
ContactsDatabaseHelper.java 272 public static final String DISPLAY_NAME_SOURCE = RawContacts.DISPLAY_NAME_SOURCE;
    [all...]
ContactsProvider2.java 517 sContactsProjectionMap.put(Contacts.DISPLAY_NAME_SOURCE, Contacts.DISPLAY_NAME_SOURCE);
587 sRawContactsProjectionMap.put(RawContacts.DISPLAY_NAME_SOURCE,
588 RawContacts.DISPLAY_NAME_SOURCE);
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
LegacyContactImporterTest.java 191 RawContacts.DISPLAY_NAME_SOURCE,
ContactsProvider2Test.java 657 values.put(RawContacts.DISPLAY_NAME_SOURCE, DisplayNameSources.STRUCTURED_NAME);
669 values.put(Contacts.DISPLAY_NAME_SOURCE, DisplayNameSources.STRUCTURED_NAME);
699 values.put(RawContacts.DISPLAY_NAME_SOURCE, DisplayNameSources.STRUCTURED_NAME);
711 values.put(Contacts.DISPLAY_NAME_SOURCE, DisplayNameSources.STRUCTURED_NAME);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ViewContactActivity.java 411 // - Fetch NAME_RAW_CONTACT_ID and DISPLAY_NAME_SOURCE
417 Contacts.DISPLAY_NAME_SOURCE,
466 mCursor.getInt(mCursor.getColumnIndex(Contacts.DISPLAY_NAME_SOURCE));
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java 525 public static final String DISPLAY_NAME_SOURCE = "display_name_source";
533 * {@link #DISPLAY_NAME_SOURCE}.
    [all...]

Completed in 318 milliseconds