Searched refs:canConfigureInteractAcrossProfiles (Results 1 – 11 of 11) sorted by relevance
94 if (!mCrossProfileApps.canConfigureInteractAcrossProfiles(crossProfilePackageName)) { in grantNewConfigurableDefaultCrossProfilePackages()173 if (mCrossProfileApps.canConfigureInteractAcrossProfiles(packageName)) { in getConsolidatedModeForPackagesInUid()
446 && !canConfigureInteractAcrossProfiles(packageName, userId)) {585 public boolean canConfigureInteractAcrossProfiles(String packageName) {586 return canConfigureInteractAcrossProfiles(packageName, mInjector.getCallingUserId());589 private boolean canConfigureInteractAcrossProfiles(String packageName, @UserIdInt int userId) {672 if (canConfigureInteractAcrossProfiles(packageName)) {
423 public boolean canConfigureInteractAcrossProfiles(@NonNull String packageName) { in canConfigureInteractAcrossProfiles() method in CrossProfileApps425 return mService.canConfigureInteractAcrossProfiles(packageName); in canConfigureInteractAcrossProfiles()
40 boolean canConfigureInteractAcrossProfiles(in String packageName); in canConfigureInteractAcrossProfiles() method
134 if (!mCrossProfileApps.canConfigureInteractAcrossProfiles(mPackageName)) { in logPageLaunchMetrics()307 CrossProfileApps.class).canConfigureInteractAcrossProfiles(packageName) in isInteractAcrossProfilesEnabled()375 if (!mCrossProfileApps.canConfigureInteractAcrossProfiles(mPackageName)) { in refreshUi()
185 || !crossProfileApps.canConfigureInteractAcrossProfiles( in getNumberOfEnabledApps()
465 .canConfigureInteractAcrossProfiles(CROSS_PROFILE_APP_PACKAGE_NAME)) in canConfigureInteractAcrossProfiles_packageNotInstalledInProfile_returnsFalse()484 .canConfigureInteractAcrossProfiles(CROSS_PROFILE_APP_PACKAGE_NAME)) in canConfigureInteractAcrossProfiles_packageDoesNotRequestInteractAcrossProfiles_returnsFalse()498 .canConfigureInteractAcrossProfiles(CROSS_PROFILE_APP_PACKAGE_NAME)) in canConfigureInteractAcrossProfiles_packageNotWhitelisted_returnsFalse()505 .canConfigureInteractAcrossProfiles(CROSS_PROFILE_APP_PACKAGE_NAME)) in canConfigureInteractAcrossProfiles_returnsTrue()
105 mCrossProfileApps::canConfigureInteractAcrossProfiles).collect(Collectors.toSet()); in getConfigurableDefaultCrossProfilePackages()
802 method public boolean canConfigureInteractAcrossProfiles(@NonNull String);
17386 mInjector.getCrossProfileApps()::canConfigureInteractAcrossProfiles).collect(
29406 PLcom/android/server/pm/CrossProfileAppsServiceImpl;->canConfigureInteractAcrossProfiles(Ljava/lang…29407 PLcom/android/server/pm/CrossProfileAppsServiceImpl;->canConfigureInteractAcrossProfiles(Ljava/lang…