Searched refs:shouldShowInSettings (Results 1 – 5 of 5) sorted by relevance
66 if (privateProfile != null && Utils.shouldShowInSettings( in DefaultAppListViewModel()
106 Utils.shouldShowInSettings(packageUserPair.second, userManager) in <lambda>()
443 if (!Utils.shouldShowInSettings(packageUserLabel.getSecond(), mUserManager)) { in onPackagesLoaded()
198 ?.filter { Utils.shouldShowInSettings(it.userHandle, userManager) } in <lambda>()
1618 public static boolean shouldShowInSettings(UserHandle userHandle, UserManager userManager) { in shouldShowInSettings() method in Utils