/packages/apps/ContactsCommon/src/com/android/contacts/common/ |
D | ContactTileLoaderFactory.java | 51 public final static int DISPLAY_NAME_ALTERNATIVE = 11; field in ContactTileLoaderFactory 82 Contacts.DISPLAY_NAME_ALTERNATIVE, // .....................11
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
D | ContactsListLoader.java | 31 Contacts.DISPLAY_NAME_ALTERNATIVE, // 2
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
D | ContactListAdapter.java | 56 Contacts.DISPLAY_NAME_ALTERNATIVE, // 1 83 Contacts.DISPLAY_NAME_ALTERNATIVE, // 1
|
D | PhoneNumberListAdapter.java | 129 Phone.DISPLAY_NAME_ALTERNATIVE, // 7
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
D | PhoneQuery.java | 92 Contacts.DISPLAY_NAME_ALTERNATIVE,
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | PostalAddressListAdapter.java | 58 StructuredPostal.DISPLAY_NAME_ALTERNATIVE, // 6
|
D | EmailAddressListAdapter.java | 59 Email.DISPLAY_NAME_ALTERNATIVE, // 6
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
D | VideoCallPresenter.java | 1224 ContactsContract.CommonDataKinds.Phone.DISPLAY_NAME_ALTERNATIVE in loadProfilePhotoAsync() 1239 .Phone.DISPLAY_NAME_ALTERNATIVE)); in loadProfilePhotoAsync()
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
D | SuggestedMemberListAdapter.java | 205 RawContacts.DISPLAY_NAME_ALTERNATIVE + " LIKE ? )", in performFiltering()
|
D | GroupEditorFragment.java | 133 Contacts.DISPLAY_NAME_ALTERNATIVE, // 2
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
D | ContactLoader.java | 123 Contacts.DISPLAY_NAME_ALTERNATIVE, 396 Contacts.DISPLAY_NAME_ALTERNATIVE, displayName); in loadEncodedContactEntity()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 1266 RawContacts.DISPLAY_NAME_ALTERNATIVE + " TEXT," + in onCreate() 1916 + "name_raw_contact." + RawContacts.DISPLAY_NAME_ALTERNATIVE in createContactsViews() 1917 + " AS " + Contacts.DISPLAY_NAME_ALTERNATIVE + ", " in createContactsViews() 1989 + RawContacts.DISPLAY_NAME_ALTERNATIVE + ", " in createContactsViews() 3164 + " ADD " + RawContacts.DISPLAY_NAME_ALTERNATIVE + " TEXT;"); in upgradeToVersion205() 3182 RawContacts.DISPLAY_NAME_ALTERNATIVE + "=?," + in upgradeToVersion205() 6022 RawContacts.DISPLAY_NAME_ALTERNATIVE + "=?," + in updateRawContactDisplayName()
|
D | ContactsProvider2.java | 683 .add(Contacts.DISPLAY_NAME_ALTERNATIVE) 877 .add(RawContacts.DISPLAY_NAME_ALTERNATIVE)
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
D | PhoneFavoritesTileAdapter.java | 187 mNameAlternativeIndex = ContactTileLoaderFactory.DISPLAY_NAME_ALTERNATIVE; in bindColumnIndices()
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/ |
D | ContactLoaderTest.java | 317 Contacts.DISPLAY_NAME_ALTERNATIVE, Contacts.PHONETIC_NAME, in fetchAllData()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 182 Contacts.DISPLAY_NAME_ALTERNATIVE, in testContactsProjection() 223 Contacts.DISPLAY_NAME_ALTERNATIVE, in testContactsStrequentProjection() 268 Contacts.DISPLAY_NAME_ALTERNATIVE, in testContactsStrequentPhoneOnlyProjection() 317 Contacts.DISPLAY_NAME_ALTERNATIVE, in testContactsWithSnippetProjection() 371 RawContacts.DISPLAY_NAME_ALTERNATIVE, in testRawContactsProjection() 446 Contacts.DISPLAY_NAME_ALTERNATIVE, in testDataProjection() 526 Contacts.DISPLAY_NAME_ALTERNATIVE, in testDistinctDataProjection() 618 Contacts.DISPLAY_NAME_ALTERNATIVE, in testEntityProjection() 1081 values.put(Contacts.Entity.DISPLAY_NAME_ALTERNATIVE, "Doe, John"); in assertEntityRows() 1098 values.put(Contacts.Entity.DISPLAY_NAME_ALTERNATIVE, "Doe, John"); in assertEntityRows() [all …]
|
D | ContactsDatabaseHelperUpgradeTest.java | 212 new TableColumn(RawContacts.DISPLAY_NAME_ALTERNATIVE, TEXT, false, null),
|