Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/preference/
DContactsPreferencesTest.java80 Assert.assertEquals(ContactsPreferences.SORT_ORDER_PRIMARY, in testGetSortOrderDefault()
89 Mockito.anyInt())).thenReturn(ContactsPreferences.SORT_ORDER_PRIMARY); in testGetSortOrder()
90 Assert.assertEquals(ContactsPreferences.SORT_ORDER_PRIMARY, in testGetSortOrder()
155 Mockito.anyInt())).thenReturn(ContactsPreferences.SORT_ORDER_PRIMARY, in testRefreshSortOrder()
158 Assert.assertEquals(ContactsPreferences.SORT_ORDER_PRIMARY, in testRefreshSortOrder()
/packages/apps/Dialer/java/com/android/contacts/common/preference/
DSortOrderPreference.java51 String.valueOf(ContactsPreferences.SORT_ORDER_PRIMARY), in prepare()
65 case ContactsPreferences.SORT_ORDER_PRIMARY: in getSummary()
DContactsPreferences.java43 public static final int SORT_ORDER_PRIMARY = 1; field in ContactsPreferences
86 return SORT_ORDER_PRIMARY; in getDefaultSortOrder()
/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/src/com/android/contacts/group/
DGroupMembersAdapter.java128 getSortOrder() == ContactsPreferences.SORT_ORDER_PRIMARY in configureLoader()
/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()
DMultiSelectPhoneNumbersListAdapter.java114 if (getSortOrder() == ContactsPreferences.SORT_ORDER_PRIMARY) { in configureLoader()
DMultiSelectEmailAddressesListAdapter.java114 if (getSortOrder() == ContactsPreferences.SORT_ORDER_PRIMARY) { in configureLoader()
DDefaultContactListAdapter.java130 if (getSortOrder() == ContactsPreferences.SORT_ORDER_PRIMARY) { in configureLoader()
DPhoneNumberListAdapter.java266 if (getSortOrder() == ContactsPreferences.SORT_ORDER_PRIMARY) { in configureLoader()
/packages/apps/Dialer/java/com/android/contacts/common/list/
DDefaultContactListAdapter.java71 if (getSortOrder() == ContactsPreferences.SORT_ORDER_PRIMARY) { in configureLoader()
DPhoneNumberListAdapter.java172 if (getSortOrder() == ContactsPreferences.SORT_ORDER_PRIMARY) { in configureLoader()
/packages/apps/Contacts/tests/src/com/android/contacts/util/
DContactDisplayUtilTests.java191 .thenReturn(ContactsPreferences.SORT_ORDER_PRIMARY); in testGetPreferredSortName_Primary()
/packages/apps/Dialer/java/com/android/contacts/common/util/
DContactDisplayUtils.java296 if (contactsPreferences.getSortOrder() == ContactsPreferences.SORT_ORDER_PRIMARY) { in getPreferredSortName()
/packages/apps/Contacts/src/com/android/contacts/util/
DContactDisplayUtils.java286 if (contactsPreferences.getSortOrder() == ContactsPreferences.SORT_ORDER_PRIMARY) { in getPreferredSortName()
/packages/apps/Dialer/java/com/android/dialer/app/list/
DPhoneFavoritesTileAdapter.java88 if (mContactsPreferences.getSortOrder() == ContactsPreferences.SORT_ORDER_PRIMARY