Home
last modified time | relevance | path

Searched refs:USER_TYPE_WORK (Results 1 – 14 of 14) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/contacts/common/
H A DContactsUtils.java29 public static final long USER_TYPE_WORK = 1; field in ContactsUtils
63 return Directory.isEnterpriseDirectoryId(directoryId) ? USER_TYPE_WORK : USER_TYPE_CURRENT; in determineUserType()
67 return USER_TYPE_WORK; in determineUserType()
81 @IntDef({(int) USER_TYPE_CURRENT, (int) USER_TYPE_WORK})
/aosp12/packages/apps/Contacts/src/com/android/contacts/
H A DContactsUtils.java98 public static final long USER_TYPE_WORK = 1; field in ContactsUtils
108 @IntDef({(int)USER_TYPE_CURRENT, (int)USER_TYPE_WORK})
258 return DirectoryCompat.isEnterpriseDirectoryId(directoryId) ? USER_TYPE_WORK in determineUserType()
264 return USER_TYPE_WORK; in determineUserType()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DRingtoneFactory.java182 (contactCallerInfo.userType == CallerInfo.USER_TYPE_WORK); in isWorkContact()
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DCallerInfo.java62 public static final long USER_TYPE_WORK = 1; field in CallerInfo
271 info.userType = USER_TYPE_WORK; in getCallerInfo()
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DMissedCallNotifier.java172 contactInfo.userType == ContactsUtils.USER_TYPE_WORK in updateMissedCallNotification()
332 contactInfo.userType == ContactsUtils.USER_TYPE_WORK in getNotificationForCall()
H A DCallLogAdapter.java1140 details.contactUserType == ContactsUtils.USER_TYPE_WORK ? View.VISIBLE : View.GONE); in render()
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DExternalCallNotifier.java382 if (contactInfo.lookupUri != null && contactInfo.userType != ContactsUtils.USER_TYPE_WORK) { in getPersonReference()
H A DCallCardPresenter.java449 && primaryContactInfo.userType == ContactsUtils.USER_TYPE_WORK); in updatePrimaryCallState()
709 boolean isWorkContact = (primaryContactInfo.userType == ContactsUtils.USER_TYPE_WORK); in updatePrimaryDisplayInfo()
H A DStatusBarNotifier.java582 if (contactInfo.lookupUri != null && contactInfo.userType != ContactsUtils.USER_TYPE_WORK) { in addPersonReference()
726 if (userType == ContactsUtils.USER_TYPE_WORK || isWorkCall) { in getContentString()
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactEntryListAdapter.java625 view.setWorkProfileIconEnabled(userType == ContactsUtils.USER_TYPE_WORK); in bindWorkProfileIcon()
H A DPhoneNumberListAdapter.java530 !isExtendedDirectory(directoryId) && userType == ContactsUtils.USER_TYPE_WORK); in bindWorkProfileIcon()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ui/
H A DMissedCallNotifierImpl.java340 if (ci != null && ci.userType == CallerInfo.USER_TYPE_WORK) { in showMissedCallNotification()
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
H A DContactInfoHelper.java103 if (lookupKey == null || userType == ContactsUtils.USER_TYPE_WORK) { in lookUpDisplayNameAlternative()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt87170 Lcom/android/internal/telephony/CallerInfo;->USER_TYPE_WORK:J