Home
last modified time | relevance | path

Searched refs:SORT_ORDER_PRIMARY (Results 1 – 8 of 8) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/preference/
DSortOrderPreference.java53 String.valueOf(ContactsPreferences.SORT_ORDER_PRIMARY), in prepare()
67 case ContactsPreferences.SORT_ORDER_PRIMARY: in getSummary()
DContactsPreferences.java52 public static final int SORT_ORDER_PRIMARY = 1; field in ContactsPreferences
85 return SORT_ORDER_PRIMARY; in getDefaultSortOrder()
/packages/apps/Contacts/src/com/android/contacts/
DGroupMemberLoader.java98 if (prefs.getSortOrder() == ContactsPreferences.SORT_ORDER_PRIMARY) { in GroupMemberLoader()
/packages/apps/Contacts/src/com/android/contacts/list/
DPostalAddressListAdapter.java93 if (getSortOrder() == ContactsPreferences.SORT_ORDER_PRIMARY) { in configureLoader()
DEmailAddressListAdapter.java103 if (getSortOrder() == ContactsPreferences.SORT_ORDER_PRIMARY) { in configureLoader()
DJoinContactListAdapter.java105 if (getSortOrder() == ContactsPreferences.SORT_ORDER_PRIMARY) { in configureLoader()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DDefaultContactListAdapter.java89 if (getSortOrder() == ContactsPreferences.SORT_ORDER_PRIMARY) { in configureLoader()
DPhoneNumberListAdapter.java205 if (getSortOrder() == ContactsPreferences.SORT_ORDER_PRIMARY) { in configureLoader()