Home
last modified time | relevance | path

Searched refs:isExtendedDirectory (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/list/
DRegularSearchListAdapter.java53 final boolean isExtendedDirectory = isExtendedDirectory(directoryId); in getContactInfo()
69 info.userType = !isExtendedDirectory in getContactInfo()
76 if (isExtendedDirectory) { in getContactInfo()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DPhoneNumberListAdapter.java200 if (isExtendedDirectory(directoryId)) { in configureLoader()
274 protected boolean isExtendedDirectory(long directoryId) { in isExtendedDirectory() method in PhoneNumberListAdapter
530 !isExtendedDirectory(directoryId) && userType == ContactsUtils.USER_TYPE_WORK); in bindWorkProfileIcon()
638 if (!isExtendedDirectory(directoryId)) { in getContactUri()