Searched refs:contactsPreferences (Results 1 – 2 of 2) sorted by relevance
213 @Nullable ContactsPreferences contactsPreferences) { in getPreferredDisplayName() argument214 if (contactsPreferences == null) { in getPreferredDisplayName()217 if (contactsPreferences.getDisplayOrder() == ContactsPreferences.DISPLAY_ORDER_PRIMARY) { in getPreferredDisplayName()221 if (contactsPreferences.getDisplayOrder() == ContactsPreferences.DISPLAY_ORDER_ALTERNATIVE in getPreferredDisplayName()240 @Nullable ContactsPreferences contactsPreferences) { in getPreferredSortName() argument241 if (contactsPreferences == null) { in getPreferredSortName()245 if (contactsPreferences.getSortOrder() == ContactsPreferences.SORT_ORDER_PRIMARY) { in getPreferredSortName()249 if (contactsPreferences.getSortOrder() == ContactsPreferences.SORT_ORDER_ALTERNATIVE && in getPreferredSortName()
205 final ContactsPreferences contactsPreferences = new ContactsPreferences(mContext); in onLoadFinished() local218 displayNameAlt, contactsPreferences); in onLoadFinished()