Searched defs:DISPLAY_NAME_SOURCE (Results 1 - 4 of 4) sorted by last modified time

/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...]
/packages/apps/Contacts/src/com/android/contacts/
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);
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);

Completed in 90 milliseconds