Home
last modified time | relevance | path

Searched refs:getPreferredDisplayName (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/util/
H A DContactDisplayUtilTests.java78 assertEquals(NAME_PRIMARY, ContactDisplayUtils.getPreferredDisplayName(NAME_PRIMARY, in testGetPreferredDisplayName_NullContactsPreferences()
83 assertEquals(NAME_PRIMARY, ContactDisplayUtils.getPreferredDisplayName(NAME_PRIMARY, null, in testGetPreferredDisplayName_NullContactsPreferences_NullAlternative()
88 assertEquals(NAME_ALTERNATIVE, ContactDisplayUtils.getPreferredDisplayName(null, in testGetPreferredDisplayName_NullContactsPreferences_NullPrimary()
93 assertNull(ContactDisplayUtils.getPreferredDisplayName(null, null, null)); in testGetPreferredDisplayName_NullContactsPreferences_BothNull()
99 assertEquals(NAME_PRIMARY, ContactDisplayUtils.getPreferredDisplayName(NAME_PRIMARY, "", in testGetPreferredDisplayName_EmptyAlternative()
105 assertEquals(NAME_PRIMARY, ContactDisplayUtils.getPreferredDisplayName(NAME_PRIMARY, in testGetPreferredDisplayName_InvalidPreference()
112 assertEquals(NAME_PRIMARY, ContactDisplayUtils.getPreferredDisplayName(NAME_PRIMARY, in testGetPreferredDisplayName_Primary()
119 assertEquals(NAME_ALTERNATIVE, ContactDisplayUtils.getPreferredDisplayName(NAME_PRIMARY, in testGetPreferredDisplayName_Alternative()
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DContactEntry.java43 public String getPreferredDisplayName(Context context) { in getPreferredDisplayName() method in ContactEntry
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/list/
H A DPhoneFavoriteSquareTileView.java107 return contactEntry.getPreferredDisplayName(getContext()); in getNameForView()
/aosp12/packages/apps/Dialer/java/com/android/dialer/shortcuts/
H A DDynamicShortcuts.java127 .setDisplayName(entry.getPreferredDisplayName(context)) in refresh()
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/
H A DContactDisplayUtils.java212 public static String getPreferredDisplayName(String namePrimary, String nameAlternative, in getPreferredDisplayName() method in ContactDisplayUtils
/aosp12/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DContactDeletionInteraction.java353 final String name = ContactDisplayUtils.getPreferredDisplayName(mDisplayName, in doDeleteContact()
H A DContactMultiDeletionInteraction.java217 final String name = ContactDisplayUtils.getPreferredDisplayName(displayName, in onLoadFinished()
/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java1456 return ContactDisplayUtils.getPreferredDisplayName(displayName, displayNameAlt, in getNameToDisplay()
/aosp12/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java1506 final String formattedName = ContactDisplayUtils.getPreferredDisplayName(name, nameAlt, in queryNameOfLinkedContacts()