Searched refs:DISPLAY_NAME_SOURCE (Results 1 - 10 of 10) 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/model/
H A DContactLoader.java117 Contacts.DISPLAY_NAME_SOURCE,
189 public static final int DISPLAY_NAME_SOURCE = 1; field in class:ContactLoader.ContactQuery
365 final int displayNameSource = json.getInt(Contacts.DISPLAY_NAME_SOURCE);
609 final int displayNameSource = cursor.getInt(ContactQuery.DISPLAY_NAME_SOURCE);
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DContactInfoHelper.java127 .put(Contacts.DISPLAY_NAME_SOURCE, DisplayNameSources.PHONE)
/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java980 RawContacts.DISPLAY_NAME_SOURCE,
988 int DISPLAY_NAME_SOURCE = 3; field in interface:ContactSaveService.JoinContactQuery
1021 int nameSource = c.getInt(JoinContactQuery.DISPLAY_NAME_SOURCE);
1034 int nameSource = c.getInt(JoinContactQuery.DISPLAY_NAME_SOURCE);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java1720 + RawContactsColumns.DISPLAY_NAME_SOURCE + ","
1756 int DISPLAY_NAME_SOURCE = 2; field in interface:ContactAggregator.RawContactsQuery
1883 int displayNameSource = c.getInt(RawContactsQuery.DISPLAY_NAME_SOURCE);
2197 RawContactsColumns.DISPLAY_NAME_SOURCE,
2205 int DISPLAY_NAME_SOURCE = 2; field in interface:ContactAggregator.DisplayNameQuery
2232 int displayNameSource = c.getInt(DisplayNameQuery.DISPLAY_NAME_SOURCE);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java416 public static final String DISPLAY_NAME_SOURCE = RawContacts.DISPLAY_NAME_SOURCE; field in interface:ContactsDatabaseHelper.RawContactsColumns
1018 RawContacts.DISPLAY_NAME_SOURCE + " INTEGER NOT NULL DEFAULT " +
1648 "name_raw_contact." + RawContacts.DISPLAY_NAME_SOURCE
1649 + " AS " + Contacts.DISPLAY_NAME_SOURCE + ", "
1721 + RawContacts.DISPLAY_NAME_SOURCE + ", "
2729 RawContacts.DISPLAY_NAME_SOURCE,
2743 int DISPLAY_NAME_SOURCE = 2; field in interface:ContactsDatabaseHelper.StructName205Query
2789 int displayNameSource = cursor.getInt(StructName205Query.DISPLAY_NAME_SOURCE);
2880 + RawContacts.DISPLAY_NAME_SOURCE
[all...]
H A DContactsProvider2.java597 .add(Contacts.DISPLAY_NAME_SOURCE)
789 .add(RawContacts.DISPLAY_NAME_SOURCE)
/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A DContactLoaderTest.java293 Contacts.NAME_RAW_CONTACT_ID, Contacts.DISPLAY_NAME_SOURCE,
/packages/apps/Exchange/src/com/android/exchange/provider/
H A DExchangeDirectoryProvider.java377 } else if (Contacts.DISPLAY_NAME_SOURCE.equals(column)) {
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java121 Contacts.DISPLAY_NAME_SOURCE,
161 Contacts.DISPLAY_NAME_SOURCE,
205 Contacts.DISPLAY_NAME_SOURCE,
253 Contacts.DISPLAY_NAME_SOURCE,
304 RawContacts.DISPLAY_NAME_SOURCE,
378 Contacts.DISPLAY_NAME_SOURCE,
455 Contacts.DISPLAY_NAME_SOURCE,
545 Contacts.DISPLAY_NAME_SOURCE,
3398 values.put(RawContacts.DISPLAY_NAME_SOURCE, DisplayNameSources.STRUCTURED_NAME);
3412 values.put(Contacts.DISPLAY_NAME_SOURCE, DisplayNameSource
[all...]

Completed in 100 milliseconds