Searched refs:DISPLAY_NAME_SOURCE (Results 1 - 9 of 9) 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/
H A DContactSaveService.java863 RawContacts.DISPLAY_NAME_SOURCE,
871 int DISPLAY_NAME_SOURCE = 3; field in interface:ContactSaveService.JoinContactQuery
901 int nameSource = c.getInt(JoinContactQuery.DISPLAY_NAME_SOURCE);
914 int nameSource = c.getInt(JoinContactQuery.DISPLAY_NAME_SOURCE);
H A DContactLoader.java493 Contacts.DISPLAY_NAME_SOURCE,
565 public final static int DISPLAY_NAME_SOURCE = 1; field in class:ContactLoader.ContactQuery
849 final int displayNameSource = cursor.getInt(ContactQuery.DISPLAY_NAME_SOURCE);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DLegacyContactImporterTest.java195 RawContacts.DISPLAY_NAME_SOURCE,
H A DContactsProvider2Test.java102 Contacts.DISPLAY_NAME_SOURCE,
137 Contacts.DISPLAY_NAME_SOURCE,
183 RawContacts.DISPLAY_NAME_SOURCE,
250 Contacts.DISPLAY_NAME_SOURCE,
319 Contacts.DISPLAY_NAME_SOURCE,
403 Contacts.DISPLAY_NAME_SOURCE,
2350 values.put(RawContacts.DISPLAY_NAME_SOURCE, DisplayNameSources.STRUCTURED_NAME);
2362 values.put(Contacts.DISPLAY_NAME_SOURCE, DisplayNameSources.STRUCTURED_NAME);
2392 values.put(RawContacts.DISPLAY_NAME_SOURCE, DisplayNameSources.STRUCTURED_NAME);
2404 values.put(Contacts.DISPLAY_NAME_SOURCE, DisplayNameSource
[all...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactAggregator.java1542 + RawContactsColumns.DISPLAY_NAME_SOURCE + ","
1574 int DISPLAY_NAME_SOURCE = 2; field in interface:ContactAggregator.RawContactsQuery
1692 int displayNameSource = c.getInt(RawContactsQuery.DISPLAY_NAME_SOURCE);
1991 RawContactsColumns.DISPLAY_NAME_SOURCE,
1999 int DISPLAY_NAME_SOURCE = 2; field in interface:ContactAggregator.DisplayNameQuery
2026 int displayNameSource = c.getInt(DisplayNameQuery.DISPLAY_NAME_SOURCE);
H A DContactsDatabaseHelper.java373 public static final String DISPLAY_NAME_SOURCE = RawContacts.DISPLAY_NAME_SOURCE; field in interface:ContactsDatabaseHelper.RawContactsColumns
913 RawContacts.DISPLAY_NAME_SOURCE + " INTEGER NOT NULL DEFAULT " +
1581 "name_raw_contact." + RawContacts.DISPLAY_NAME_SOURCE
1582 + " AS " + Contacts.DISPLAY_NAME_SOURCE + ", "
1642 + RawContacts.DISPLAY_NAME_SOURCE + ", "
2498 RawContacts.DISPLAY_NAME_SOURCE,
2512 int DISPLAY_NAME_SOURCE = 2; field in interface:ContactsDatabaseHelper.StructName205Query
2558 int displayNameSource = cursor.getInt(StructName205Query.DISPLAY_NAME_SOURCE);
2650 + RawContacts.DISPLAY_NAME_SOURCE
[all...]
H A DContactsProvider2.java557 .add(Contacts.DISPLAY_NAME_SOURCE)
745 .add(RawContacts.DISPLAY_NAME_SOURCE)
/packages/apps/Contacts/tests/src/com/android/contacts/
H A DContactLoaderTest.java292 Contacts.NAME_RAW_CONTACT_ID, Contacts.DISPLAY_NAME_SOURCE,

Completed in 176 milliseconds