Home
last modified time | relevance | path

Searched refs:SORT_ORDER_ALTERNATIVE (Results 1 – 2 of 2) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/preference/
DSortOrderPreference.java54 String.valueOf(ContactsPreferences.SORT_ORDER_ALTERNATIVE), in prepare()
69 case ContactsPreferences.SORT_ORDER_ALTERNATIVE: in getSummary()
DContactsPreferences.java59 public static final int SORT_ORDER_ALTERNATIVE = 2; field in ContactsPreferences
87 return SORT_ORDER_ALTERNATIVE; in getDefaultSortOrder()