Searched refs:DISPLAY_NAME_SOURCE (Results 1 - 14 of 14) sorted by relevance

/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DContactLoader.java100 Contacts.NAME_RAW_CONTACT_ID, Contacts.DISPLAY_NAME_SOURCE
108 .getColumnIndex(Contacts.DISPLAY_NAME_SOURCE));
/packages/apps/Contacts/src/com/android/contacts/preference/
H A DDisplayOptionsPreferenceFragment.java117 Contacts.DISPLAY_NAME_SOURCE, // 3
124 Contacts.DISPLAY_NAME_SOURCE, // 3
130 public static final int DISPLAY_NAME_SOURCE = 3; field in class:DisplayOptionsPreferenceFragment.ProfileQuery
H A DContactsPreferenceActivity.java211 displayNameSource = cursor.getInt(ProfileQuery.DISPLAY_NAME_SOURCE);
/packages/apps/Contacts/src/com/android/contacts/model/
H A DContactLoader.java124 Contacts.DISPLAY_NAME_SOURCE,
206 public static final int DISPLAY_NAME_SOURCE = 1; field in class:ContactLoader.ContactQuery
377 final int displayNameSource = json.getInt(Contacts.DISPLAY_NAME_SOURCE);
598 final int displayNameSource = cursor.getInt(ContactQuery.DISPLAY_NAME_SOURCE);
/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DContactLoader.java131 final int displayNameSource = json.getInt(Contacts.DISPLAY_NAME_SOURCE);
423 final int displayNameSource = cursor.getInt(ContactQuery.DISPLAY_NAME_SOURCE);
790 public static final int DISPLAY_NAME_SOURCE = 1; field in class:ContactLoader.ContactQuery
857 Contacts.DISPLAY_NAME_SOURCE,
/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A DContactLoaderTest.java289 json.put(Contacts.DISPLAY_NAME_SOURCE, DisplayNameSources.STRUCTURED_NAME);
313 Contacts.NAME_RAW_CONTACT_ID, Contacts.DISPLAY_NAME_SOURCE,
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java1264 + RawContactsColumns.DISPLAY_NAME_SOURCE + ","
1300 int DISPLAY_NAME_SOURCE = 2; field in interface:AbstractContactAggregator.RawContactsQuery
1427 int displayNameSource = c.getInt(RawContactsQuery.DISPLAY_NAME_SOURCE);
1755 + RawContactsColumns.DISPLAY_NAME_SOURCE + ","
1764 int DISPLAY_NAME_SOURCE = 2; field in interface:AbstractContactAggregator.DisplayNameQuery
1791 int displayNameSource = c.getInt(DisplayNameQuery.DISPLAY_NAME_SOURCE);
/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
H A DContactInfoHelper.java90 .put(Contacts.DISPLAY_NAME_SOURCE, DisplayNameSources.PHONE)
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java487 public static final String DISPLAY_NAME_SOURCE = RawContacts.DISPLAY_NAME_SOURCE; field in interface:ContactsDatabaseHelper.RawContactsColumns
1320 RawContacts.DISPLAY_NAME_SOURCE + " INTEGER NOT NULL DEFAULT " +
1991 "name_raw_contact." + RawContacts.DISPLAY_NAME_SOURCE
1992 + " AS " + Contacts.DISPLAY_NAME_SOURCE + ", "
2070 + RawContacts.DISPLAY_NAME_SOURCE + ", "
4799 RawContacts.DISPLAY_NAME_SOURCE + "=?," +
H A DContactsProvider2.java676 .add(Contacts.DISPLAY_NAME_SOURCE)
874 .add(RawContacts.DISPLAY_NAME_SOURCE)
983 .add(PhoneLookup.DISPLAY_NAME_SOURCE, "contacts_view." + Contacts.DISPLAY_NAME_SOURCE)
/packages/apps/Dialer/java/com/android/incallui/
H A DContactInfoCache.java112 .put(Contacts.DISPLAY_NAME_SOURCE, DisplayNameSources.STRUCTURED_NAME)
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsDatabaseHelperUpgradeTest.java280 new TableColumn(RawContacts.DISPLAY_NAME_SOURCE, INTEGER, true, String.valueOf(
H A DContactsProvider2Test.java184 Contacts.DISPLAY_NAME_SOURCE,
225 Contacts.DISPLAY_NAME_SOURCE,
270 Contacts.DISPLAY_NAME_SOURCE,
319 Contacts.DISPLAY_NAME_SOURCE,
373 RawContacts.DISPLAY_NAME_SOURCE,
450 Contacts.DISPLAY_NAME_SOURCE,
532 Contacts.DISPLAY_NAME_SOURCE,
626 Contacts.DISPLAY_NAME_SOURCE,
723 PhoneLookup.DISPLAY_NAME_SOURCE,
757 PhoneLookup.DISPLAY_NAME_SOURCE,
[all...]
/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java1383 RawContacts.DISPLAY_NAME_SOURCE,
1388 int DISPLAY_NAME_SOURCE = 2; field in interface:ContactSaveService.JoinContactQuery

Completed in 659 milliseconds