Searched refs:getSortOrder (Results 1 – 11 of 11) sorted by relevance
56 setValue(String.valueOf(mPreferences.getSortOrder())); in prepare()66 switch (mPreferences.getSortOrder()) { in getSummary()78 if (newValue != mPreferences.getSortOrder()) { in persistString()
61 public int getSortOrder() { in getSortOrder() method in ContactsPreferences
675 public int getSortOrder() { in getSortOrder() method in ContactEntryListFragment708 if (getSortOrder() != mContactsPrefs.getSortOrder()) { in loadPreferences()709 setSortOrder(mContactsPrefs.getSortOrder()); in loadPreferences()
305 mAllContactsAdapter.setSortOrder(mContactsPrefs.getSortOrder()); in onAttach()495 final int currentSortOrder = mContactsPrefs.getSortOrder(); in loadContactsPreferences()496 if (mAllContactsAdapter.getSortOrder() != currentSortOrder) { in loadContactsPreferences()
96 if (getSortOrder() == ContactsContract.Preferences.SORT_ORDER_PRIMARY) { in configureLoader()
86 if (getSortOrder() == ContactsContract.Preferences.SORT_ORDER_PRIMARY) { in configureLoader()
101 if (getSortOrder() == ContactsContract.Preferences.SORT_ORDER_PRIMARY) { in configureLoader()
97 if (getSortOrder() == ContactsContract.Preferences.SORT_ORDER_PRIMARY) { in configureLoader()
143 if (getSortOrder() == ContactsContract.Preferences.SORT_ORDER_PRIMARY) { in configureLoader()
262 public int getSortOrder() { in getSortOrder() method in ContactEntryListAdapter
98 if (prefs.getSortOrder() == ContactsContract.Preferences.SORT_ORDER_PRIMARY) { in GroupMemberLoader()