Searched refs:DISPLAY_ORDER_ALTERNATIVE (Results 1 – 6 of 6) sorted by relevance
53 String.valueOf(ContactsPreferences.DISPLAY_ORDER_ALTERNATIVE), in prepare()68 case ContactsPreferences.DISPLAY_ORDER_ALTERNATIVE: in getSummary()
52 public static final int DISPLAY_ORDER_ALTERNATIVE = 2; field in ContactsPreferences150 return DISPLAY_ORDER_ALTERNATIVE; in getDefaultDisplayOrder()
98 .thenReturn(ContactsPreferences.DISPLAY_ORDER_ALTERNATIVE); in testGetPreferredDisplayName_EmptyAlternative()118 .thenReturn(ContactsPreferences.DISPLAY_ORDER_ALTERNATIVE); in testGetPreferredDisplayName_Alternative()
173 ContactsPreferences.DISPLAY_ORDER_ALTERNATIVE); in testRefreshDisplayOrder()179 Assert.assertEquals(ContactsPreferences.DISPLAY_ORDER_ALTERNATIVE, in testRefreshDisplayOrder()
93 view.showDisplayName(cursor, 0, ContactsPreferences.DISPLAY_ORDER_ALTERNATIVE); in testShowDisplayName_WithPrefixReversed()
221 if (contactsPreferences.getDisplayOrder() == ContactsPreferences.DISPLAY_ORDER_ALTERNATIVE in getPreferredDisplayName()