Searched refs:contactsPreferences (Results 1 – 4 of 4) sorted by relevance
263 @Nullable ContactsPreferences contactsPreferences) { in getPreferredDisplayName() argument264 if (contactsPreferences == null) { in getPreferredDisplayName()267 if (contactsPreferences.getDisplayOrder() == ContactsPreferences.DISPLAY_ORDER_PRIMARY) { in getPreferredDisplayName()271 if (contactsPreferences.getDisplayOrder() == ContactsPreferences.DISPLAY_ORDER_ALTERNATIVE in getPreferredDisplayName()291 @Nullable ContactsPreferences contactsPreferences) { in getPreferredSortName() argument292 if (contactsPreferences == null) { in getPreferredSortName()296 if (contactsPreferences.getSortOrder() == ContactsPreferences.SORT_ORDER_PRIMARY) { in getPreferredSortName()300 if (contactsPreferences.getSortOrder() == ContactsPreferences.SORT_ORDER_ALTERNATIVE in getPreferredSortName()
254 @Nullable ContactsPreferences contactsPreferences) { in getPreferredDisplayName() argument255 if (contactsPreferences == null) { in getPreferredDisplayName()258 if (contactsPreferences.getDisplayOrder() == ContactsPreferences.DISPLAY_ORDER_PRIMARY) { in getPreferredDisplayName()262 if (contactsPreferences.getDisplayOrder() == ContactsPreferences.DISPLAY_ORDER_ALTERNATIVE in getPreferredDisplayName()281 @Nullable ContactsPreferences contactsPreferences) { in getPreferredSortName() argument282 if (contactsPreferences == null) { in getPreferredSortName()286 if (contactsPreferences.getSortOrder() == ContactsPreferences.SORT_ORDER_PRIMARY) { in getPreferredSortName()290 if (contactsPreferences.getSortOrder() == ContactsPreferences.SORT_ORDER_ALTERNATIVE && in getPreferredSortName()
205 final ContactsPreferences contactsPreferences = new ContactsPreferences(mContext); in onLoadFinished() local218 displayNameAlt, contactsPreferences); in onLoadFinished()
383 @Nullable ContactsPreferences contactsPreferences, in getContentTitle() argument396 contactInfo.namePrimary, contactInfo.nameAlternative, contactsPreferences); in getContentTitle()