Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/preference/
DContactsPreferencesTest.java81 Assert.assertEquals(ContactsPreferences.SORT_ORDER_PRIMARY, in testGetSortOrderDefault()
90 Mockito.anyInt())).thenReturn(ContactsPreferences.SORT_ORDER_PRIMARY); in testGetSortOrder()
91 Assert.assertEquals(ContactsPreferences.SORT_ORDER_PRIMARY, in testGetSortOrder()
156 Mockito.anyInt())).thenReturn(ContactsPreferences.SORT_ORDER_PRIMARY, in testRefreshSortOrder()
159 Assert.assertEquals(ContactsPreferences.SORT_ORDER_PRIMARY, in testRefreshSortOrder()
/packages/apps/Contacts/src/com/android/contacts/preference/
DSortOrderPreference.java52 String.valueOf(ContactsPreferences.SORT_ORDER_PRIMARY), in prepare()
66 case ContactsPreferences.SORT_ORDER_PRIMARY: in getSummary()
DContactsPreferences.java59 public static final int SORT_ORDER_PRIMARY = 1; field in ContactsPreferences
118 return SORT_ORDER_PRIMARY; in getDefaultSortOrder()
/packages/apps/Contacts/tests/src/com/android/contacts/util/
DContactDisplayUtilTests.java157 .thenReturn(ContactsPreferences.SORT_ORDER_PRIMARY); in testGetPreferredSortName_Primary()
/packages/apps/Contacts/src/com/android/contacts/list/
DPostalAddressListAdapter.java91 if (getSortOrder() == ContactsPreferences.SORT_ORDER_PRIMARY) { in configureLoader()
DEmailAddressListAdapter.java101 if (getSortOrder() == ContactsPreferences.SORT_ORDER_PRIMARY) { in configureLoader()
DJoinContactListAdapter.java102 if (getSortOrder() == ContactsPreferences.SORT_ORDER_PRIMARY) { in configureLoader()
DMultiSelectEmailAddressesListAdapter.java114 if (getSortOrder() == ContactsPreferences.SORT_ORDER_PRIMARY) { in configureLoader()
DMultiSelectPhoneNumbersListAdapter.java114 if (getSortOrder() == ContactsPreferences.SORT_ORDER_PRIMARY) { in configureLoader()
DDefaultContactListAdapter.java101 if (getSortOrder() == ContactsPreferences.SORT_ORDER_PRIMARY) { in configureLoader()
DPhoneNumberListAdapter.java266 if (getSortOrder() == ContactsPreferences.SORT_ORDER_PRIMARY) { in configureLoader()
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupMembersAdapter.java128 getSortOrder() == ContactsPreferences.SORT_ORDER_PRIMARY in configureLoader()
/packages/apps/Contacts/src/com/android/contacts/util/
DContactDisplayUtils.java245 if (contactsPreferences.getSortOrder() == ContactsPreferences.SORT_ORDER_PRIMARY) { in getPreferredSortName()