Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/preference/
DContactsPreferencesTest.java71 Assert.assertEquals(ContactsPreferences.SORT_ORDER_PRIMARY, in testGetSortOrderDefault()
80 Mockito.anyInt())).thenReturn(ContactsPreferences.SORT_ORDER_PRIMARY); in testGetSortOrder()
81 Assert.assertEquals(ContactsPreferences.SORT_ORDER_PRIMARY, in testGetSortOrder()
109 Mockito.anyInt())).thenReturn(ContactsPreferences.SORT_ORDER_PRIMARY, in testRefreshSortOrder()
112 Assert.assertEquals(ContactsPreferences.SORT_ORDER_PRIMARY, in testRefreshSortOrder()
/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.java62 public static final int SORT_ORDER_PRIMARY = 1; field in ContactsPreferences
116 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/tests/src/com/android/contacts/common/util/
DContactDisplayUtilTests.java191 .thenReturn(ContactsPreferences.SORT_ORDER_PRIMARY); in testGetPreferredSortName_Primary()
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DContactDisplayUtils.java286 if (contactsPreferences.getSortOrder() == ContactsPreferences.SORT_ORDER_PRIMARY) { in getPreferredSortName()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DDefaultContactListAdapter.java116 if (getSortOrder() == ContactsPreferences.SORT_ORDER_PRIMARY) { in configureLoader()
DPhoneNumberListAdapter.java266 if (getSortOrder() == ContactsPreferences.SORT_ORDER_PRIMARY) { in configureLoader()
/packages/apps/Dialer/src/com/android/dialer/list/
DPhoneFavoritesTileAdapter.java134 if (mContactsPreferences.getSortOrder() == ContactsPreferences.SORT_ORDER_PRIMARY