Searched refs:USER_TYPE_WORK (Results 1 – 14 of 14) sorted by relevance
29 public static final long USER_TYPE_WORK = 1; field in ContactsUtils63 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})
98 public static final long USER_TYPE_WORK = 1; field in ContactsUtils108 @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()
182 (contactCallerInfo.userType == CallerInfo.USER_TYPE_WORK); in isWorkContact()
62 public static final long USER_TYPE_WORK = 1; field in CallerInfo271 info.userType = USER_TYPE_WORK; in getCallerInfo()
172 contactInfo.userType == ContactsUtils.USER_TYPE_WORK in updateMissedCallNotification()332 contactInfo.userType == ContactsUtils.USER_TYPE_WORK in getNotificationForCall()
1140 details.contactUserType == ContactsUtils.USER_TYPE_WORK ? View.VISIBLE : View.GONE); in render()
382 if (contactInfo.lookupUri != null && contactInfo.userType != ContactsUtils.USER_TYPE_WORK) { in getPersonReference()
449 && primaryContactInfo.userType == ContactsUtils.USER_TYPE_WORK); in updatePrimaryCallState()709 boolean isWorkContact = (primaryContactInfo.userType == ContactsUtils.USER_TYPE_WORK); in updatePrimaryDisplayInfo()
582 if (contactInfo.lookupUri != null && contactInfo.userType != ContactsUtils.USER_TYPE_WORK) { in addPersonReference()726 if (userType == ContactsUtils.USER_TYPE_WORK || isWorkCall) { in getContentString()
625 view.setWorkProfileIconEnabled(userType == ContactsUtils.USER_TYPE_WORK); in bindWorkProfileIcon()
530 !isExtendedDirectory(directoryId) && userType == ContactsUtils.USER_TYPE_WORK); in bindWorkProfileIcon()
340 if (ci != null && ci.userType == CallerInfo.USER_TYPE_WORK) { in showMissedCallNotification()
103 if (lookupKey == null || userType == ContactsUtils.USER_TYPE_WORK) { in lookUpDisplayNameAlternative()
87170 Lcom/android/internal/telephony/CallerInfo;->USER_TYPE_WORK:J