Home
last modified time | relevance | path

Searched refs:DISPLAY_ORDER_ALTERNATIVE (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Contacts/src/com/android/contacts/preference/
H A DDisplayOrderPreference.java53 String.valueOf(ContactsPreferences.DISPLAY_ORDER_ALTERNATIVE), in prepare()
68 case ContactsPreferences.DISPLAY_ORDER_ALTERNATIVE: in getSummary()
H A DContactsPreferences.java52 public static final int DISPLAY_ORDER_ALTERNATIVE = 2; field in ContactsPreferences
150 return DISPLAY_ORDER_ALTERNATIVE; in getDefaultDisplayOrder()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/util/
H A DContactDisplayUtilTests.java98 .thenReturn(ContactsPreferences.DISPLAY_ORDER_ALTERNATIVE); in testGetPreferredDisplayName_EmptyAlternative()
118 .thenReturn(ContactsPreferences.DISPLAY_ORDER_ALTERNATIVE); in testGetPreferredDisplayName_Alternative()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/preference/
H A DContactsPreferencesTest.java173 ContactsPreferences.DISPLAY_ORDER_ALTERNATIVE); in testRefreshDisplayOrder()
179 Assert.assertEquals(ContactsPreferences.DISPLAY_ORDER_ALTERNATIVE, in testRefreshDisplayOrder()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/list/
H A DContactListItemViewTest.java93 view.showDisplayName(cursor, 0, ContactsPreferences.DISPLAY_ORDER_ALTERNATIVE); in testShowDisplayName_WithPrefixReversed()
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/
H A DContactDisplayUtils.java221 if (contactsPreferences.getDisplayOrder() == ContactsPreferences.DISPLAY_ORDER_ALTERNATIVE in getPreferredDisplayName()