Home
last modified time | relevance | path

Searched refs:DISPLAY_NAME_ALTERNATIVE (Results 1 – 17 of 17) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/
DContactTileLoaderFactory.java51 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/
DContactsListLoader.java31 Contacts.DISPLAY_NAME_ALTERNATIVE, // 2
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListAdapter.java56 Contacts.DISPLAY_NAME_ALTERNATIVE, // 1
83 Contacts.DISPLAY_NAME_ALTERNATIVE, // 1
DPhoneNumberListAdapter.java129 Phone.DISPLAY_NAME_ALTERNATIVE, // 7
/packages/apps/Dialer/src/com/android/dialer/calllog/
DPhoneQuery.java92 Contacts.DISPLAY_NAME_ALTERNATIVE,
/packages/apps/Contacts/src/com/android/contacts/list/
DPostalAddressListAdapter.java58 StructuredPostal.DISPLAY_NAME_ALTERNATIVE, // 6
DEmailAddressListAdapter.java59 Email.DISPLAY_NAME_ALTERNATIVE, // 6
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DVideoCallPresenter.java1224 ContactsContract.CommonDataKinds.Phone.DISPLAY_NAME_ALTERNATIVE in loadProfilePhotoAsync()
1239 .Phone.DISPLAY_NAME_ALTERNATIVE)); in loadProfilePhotoAsync()
/packages/apps/Contacts/src/com/android/contacts/group/
DSuggestedMemberListAdapter.java205 RawContacts.DISPLAY_NAME_ALTERNATIVE + " LIKE ? )", in performFiltering()
DGroupEditorFragment.java133 Contacts.DISPLAY_NAME_ALTERNATIVE, // 2
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DContactLoader.java123 Contacts.DISPLAY_NAME_ALTERNATIVE,
396 Contacts.DISPLAY_NAME_ALTERNATIVE, displayName); in loadEncodedContactEntity()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java1266 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()
DContactsProvider2.java683 .add(Contacts.DISPLAY_NAME_ALTERNATIVE)
877 .add(RawContacts.DISPLAY_NAME_ALTERNATIVE)
/packages/apps/Dialer/src/com/android/dialer/list/
DPhoneFavoritesTileAdapter.java187 mNameAlternativeIndex = ContactTileLoaderFactory.DISPLAY_NAME_ALTERNATIVE; in bindColumnIndices()
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
DContactLoaderTest.java317 Contacts.DISPLAY_NAME_ALTERNATIVE, Contacts.PHONETIC_NAME, in fetchAllData()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java182 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 …]
DContactsDatabaseHelperUpgradeTest.java212 new TableColumn(RawContacts.DISPLAY_NAME_ALTERNATIVE, TEXT, false, null),