Searched refs:SORT_ORDER_ALTERNATIVE (Results 1 – 5 of 5) sorted by relevance
53 String.valueOf(ContactsPreferences.SORT_ORDER_ALTERNATIVE), in prepare()68 case ContactsPreferences.SORT_ORDER_ALTERNATIVE: in getSummary()
66 public static final int SORT_ORDER_ALTERNATIVE = 2; field in ContactsPreferences120 return SORT_ORDER_ALTERNATIVE; in getDefaultSortOrder()
144 .thenReturn(ContactsPreferences.SORT_ORDER_ALTERNATIVE); in testGetPreferredSortName_EmptyAlternative()164 .thenReturn(ContactsPreferences.SORT_ORDER_ALTERNATIVE); in testGetPreferredSortName_Alternative()
157 ContactsPreferences.SORT_ORDER_ALTERNATIVE); in testRefreshSortOrder()163 Assert.assertEquals(ContactsPreferences.SORT_ORDER_ALTERNATIVE, in testRefreshSortOrder()
249 if (contactsPreferences.getSortOrder() == ContactsPreferences.SORT_ORDER_ALTERNATIVE && in getPreferredSortName()