Home
last modified time | relevance | path

Searched refs:canConfigureInteractAcrossProfiles (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
H A DUpdateInteractAcrossProfilesAppOpTask.java94 if (!mCrossProfileApps.canConfigureInteractAcrossProfiles(crossProfilePackageName)) { in grantNewConfigurableDefaultCrossProfilePackages()
173 if (mCrossProfileApps.canConfigureInteractAcrossProfiles(packageName)) { in getConsolidatedModeForPackagesInUid()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DCrossProfileAppsServiceImpl.java446 && !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)) {
/aosp12/frameworks/base/core/java/android/content/pm/
H A DCrossProfileApps.java423 public boolean canConfigureInteractAcrossProfiles(@NonNull String packageName) { in canConfigureInteractAcrossProfiles() method in CrossProfileApps
425 return mService.canConfigureInteractAcrossProfiles(packageName); in canConfigureInteractAcrossProfiles()
H A DICrossProfileApps.aidl40 boolean canConfigureInteractAcrossProfiles(in String packageName); in canConfigureInteractAcrossProfiles() method
/aosp12/packages/apps/Settings/src/com/android/settings/applications/specialaccess/interactacrossprofiles/
H A DInteractAcrossProfilesDetails.java134 if (!mCrossProfileApps.canConfigureInteractAcrossProfiles(mPackageName)) { in logPageLaunchMetrics()
307 CrossProfileApps.class).canConfigureInteractAcrossProfiles(packageName) in isInteractAcrossProfilesEnabled()
375 if (!mCrossProfileApps.canConfigureInteractAcrossProfiles(mPackageName)) { in refreshUi()
H A DInteractAcrossProfilesSettings.java185 || !crossProfileApps.canConfigureInteractAcrossProfiles( in getNumberOfEnabledApps()
/aosp12/frameworks/base/services/robotests/src/com/android/server/pm/
H A DCrossProfileAppsServiceImplRoboTest.java465 .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()
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/ota/
H A DCrossProfileAppsPregrantController.java105 mCrossProfileApps::canConfigureInteractAcrossProfiles).collect(Collectors.toSet()); in getConfigurableDefaultCrossProfilePackages()
/aosp12/frameworks/base/core/api/
H A Dtest-current.txt802 method public boolean canConfigureInteractAcrossProfiles(@NonNull String);
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java17386 mInjector.getCrossProfileApps()::canConfigureInteractAcrossProfiles).collect(
/aosp12/frameworks/base/services/
H A Dart-profile29406 PLcom/android/server/pm/CrossProfileAppsServiceImpl;->canConfigureInteractAcrossProfiles(Ljava/lang…
29407 PLcom/android/server/pm/CrossProfileAppsServiceImpl;->canConfigureInteractAcrossProfiles(Ljava/lang…