Home
last modified time | relevance | path

Searched refs:determineUserType (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Dialer/java/com/android/contacts/common/
DContactsUtils.java60 public static @UserType long determineUserType(Long directoryId, Long contactId) { in determineUserType() method in ContactsUtils
/packages/apps/Contacts/src/com/android/contacts/
DContactsUtils.java255 public static @UserType long determineUserType(Long directoryId, Long contactId) { in determineUserType() method in ContactsUtils
/packages/apps/Dialer/java/com/android/incallui/
DCallerInfo.java304 info.userType = ContactsUtils.determineUserType(directoryId, contactId); in getCallerInfo()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactEntryListAdapter.java624 final long userType = ContactsUtils.determineUserType(directoryId, null); in bindWorkProfileIcon()
DPhoneNumberListAdapter.java525 final long userType = ContactsUtils.determineUserType(directoryId, null); in bindWorkProfileIcon()
/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
DContactInfoHelper.java370 ContactsUtils.determineUserType(null, phoneLookupCursor.getLong(PhoneQuery.PERSON_ID)); in createPhoneLookupContactInfo()