Searched refs:isWork (Results 1 – 8 of 8) sorted by relevance
92 boolean isWork = (d != mContext.getPackageManager().getUserBadgedIcon(d, user)); in queryAllUsers()95 isWork ? UserIconInfo.TYPE_WORK : UserIconInfo.TYPE_MAIN, in queryAllUsers()
69 mWorkProfileMatcher = (user) -> userCache.getUserInfo(user).isWork(); in WorkProfileManager()
1577 if (isWork() && mWorkManager.getWorkModeSwitch() != null) { in applyPadding()1596 private boolean isWork() { in isWork() method in ActivityAllAppsContainerView.AdapterHolder
162 .anyMatch(user -> mUserCache.getUserInfo(user).isWork()); in WidgetsFullSheet()164 && mUserCache.getUserInfo(entry.mPkgItem.user).isWork() in WidgetsFullSheet()294 .filter(userHandle -> mUserCache.getUserInfo(userHandle).isWork()) in updateRecyclerViewVisibility()
535 } else if (info.isWork()) { in getUserType()
190 if (userCache.getUserInfo(mUser).isWork()) { in execute()
707 if (mUserCache.getUserInfo(user).isWork()) { in loadAllApps()
1227 final boolean isWork = args != null ? args.getInt(ProfileSelectFragment.EXTRA_PROFILE) in getTargetFragment()1232 && !isWork && !isPersonal) { in getTargetFragment()