Home
last modified time | relevance | path

Searched defs:contactsPreferences (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/util/
DContactDisplayUtils.java213 @Nullable ContactsPreferences contactsPreferences) { in getPreferredDisplayName()
240 @Nullable ContactsPreferences contactsPreferences) { in getPreferredSortName()
/packages/apps/Contacts/src/com/android/contacts/interactions/
DContactMultiDeletionInteraction.java205 final ContactsPreferences contactsPreferences = new ContactsPreferences(mContext); in onLoadFinished() local