/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
D | ContactLoader.java | 100 Contacts.NAME_RAW_CONTACT_ID, Contacts.DISPLAY_NAME_SOURCE in loadInBackground() 108 .getColumnIndex(Contacts.DISPLAY_NAME_SOURCE)); in loadInBackground()
|
/packages/apps/Dialer/java/com/android/contacts/common/model/ |
D | ContactLoader.java | 131 final int displayNameSource = json.getInt(Contacts.DISPLAY_NAME_SOURCE); in loadEncodedContactEntity() 423 final int displayNameSource = cursor.getInt(ContactQuery.DISPLAY_NAME_SOURCE); in loadContactHeaderData() 788 public static final int DISPLAY_NAME_SOURCE = 1; field in ContactLoader.ContactQuery 855 Contacts.DISPLAY_NAME_SOURCE,
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | ContactLoader.java | 124 Contacts.DISPLAY_NAME_SOURCE, 206 public static final int DISPLAY_NAME_SOURCE = 1; field in ContactLoader.ContactQuery 377 final int displayNameSource = json.getInt(Contacts.DISPLAY_NAME_SOURCE); in loadEncodedContactEntity() 598 final int displayNameSource = cursor.getInt(ContactQuery.DISPLAY_NAME_SOURCE); in loadContactHeaderData()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | AbstractContactAggregator.java | 1264 + RawContactsColumns.DISPLAY_NAME_SOURCE + "," 1300 int DISPLAY_NAME_SOURCE = 2; field 1427 int displayNameSource = c.getInt(RawContactsQuery.DISPLAY_NAME_SOURCE); in computeAggregateData() 1755 + RawContactsColumns.DISPLAY_NAME_SOURCE + "," 1764 int DISPLAY_NAME_SOURCE = 2; field 1791 int displayNameSource = c.getInt(DisplayNameQuery.DISPLAY_NAME_SOURCE); in updateDisplayNameForContact()
|
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | ContactLoaderTest.java | 289 json.put(Contacts.DISPLAY_NAME_SOURCE, DisplayNameSources.STRUCTURED_NAME); in testLoadContactReturnDirectoryContactWithoutDisplayName() 313 Contacts.NAME_RAW_CONTACT_ID, Contacts.DISPLAY_NAME_SOURCE, in fetchAllData()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 483 public static final String DISPLAY_NAME_SOURCE = RawContacts.DISPLAY_NAME_SOURCE; field 1311 RawContacts.DISPLAY_NAME_SOURCE + " INTEGER NOT NULL DEFAULT " + in onCreate() 1978 "name_raw_contact." + RawContacts.DISPLAY_NAME_SOURCE in createContactsViews() 1979 + " AS " + Contacts.DISPLAY_NAME_SOURCE + ", " in createContactsViews() 2057 + RawContacts.DISPLAY_NAME_SOURCE + ", " in createContactsViews() 4771 RawContacts.DISPLAY_NAME_SOURCE + "=?," + in updateRawContactDisplayName()
|
D | ContactsProvider2.java | 677 .add(Contacts.DISPLAY_NAME_SOURCE) 873 .add(RawContacts.DISPLAY_NAME_SOURCE) 982 .add(PhoneLookup.DISPLAY_NAME_SOURCE, "contacts_view." + Contacts.DISPLAY_NAME_SOURCE)
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 185 Contacts.DISPLAY_NAME_SOURCE, in testContactsProjection() 226 Contacts.DISPLAY_NAME_SOURCE, in testContactsStrequentProjection() 271 Contacts.DISPLAY_NAME_SOURCE, in testContactsStrequentPhoneOnlyProjection() 320 Contacts.DISPLAY_NAME_SOURCE, in testContactsWithSnippetProjection() 374 RawContacts.DISPLAY_NAME_SOURCE, in testRawContactsProjection() 449 Contacts.DISPLAY_NAME_SOURCE, in testDataProjection() 529 Contacts.DISPLAY_NAME_SOURCE, in testDistinctDataProjection() 621 Contacts.DISPLAY_NAME_SOURCE, in testEntityProjection() 716 PhoneLookup.DISPLAY_NAME_SOURCE, in testPhoneLookupProjection() 750 PhoneLookup.DISPLAY_NAME_SOURCE, in testPhoneLookupEnterpriseProjection() [all …]
|
D | ContactsDatabaseHelperUpgradeTest.java | 289 new TableColumn(RawContacts.DISPLAY_NAME_SOURCE, INTEGER, true, String.valueOf(
|
/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/ |
D | ContactInfoHelper.java | 91 .put(Contacts.DISPLAY_NAME_SOURCE, DisplayNameSources.PHONE) in createTemporaryContactUri()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactSaveService.java | 1383 RawContacts.DISPLAY_NAME_SOURCE, 1388 int DISPLAY_NAME_SOURCE = 2; field
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | ContactInfoCache.java | 112 .put(Contacts.DISPLAY_NAME_SOURCE, DisplayNameSources.STRUCTURED_NAME) in doInBackground()
|