Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/ota/
DCrossProfileAppsPregrantController.java109 .filter(mCrossProfileApps::canConfigureInteractAcrossProfiles) in checkCrossProfileAppsPermissions()
138 mCrossProfileApps::canConfigureInteractAcrossProfiles).collect(Collectors.toSet()); in getConfigurableDefaultCrossProfilePackages()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
DUpdateInteractAcrossProfilesAppOpTask.java101 if (!mCrossProfileApps.canConfigureInteractAcrossProfiles(crossProfilePackageName)) { in grantNewConfigurableDefaultCrossProfilePackages()
188 if (mCrossProfileApps.canConfigureInteractAcrossProfiles(packageName)) { in getConsolidatedModeForPackagesInUid()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowCrossProfileApps.java52 protected boolean canConfigureInteractAcrossProfiles(@NonNull String packageName) { in canConfigureInteractAcrossProfiles() method in ShadowCrossProfileApps
/packages/apps/ManagedProvisioning/tests/robotests/src/com/android/managedprovisioning/ota/
DExtendsShadowCrossProfileApps.java326 if (!canConfigureInteractAcrossProfiles(packageName)) { in resetInteractAcrossProfilesAppOps()
351 protected boolean canConfigureInteractAcrossProfiles(@NonNull String packageName) { in canConfigureInteractAcrossProfiles() method in ExtendsShadowCrossProfileApps
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/interactacrossprofiles/
DInteractAcrossProfilesDetails.java175 if (!mCrossProfileApps.canConfigureInteractAcrossProfiles(mPackageName)) { in logPageLaunchMetrics()
364 CrossProfileApps.class).canConfigureInteractAcrossProfiles(packageName) in isInteractAcrossProfilesEnabled()
433 if (!mCrossProfileApps.canConfigureInteractAcrossProfiles(mPackageName)) { in refreshUi()
DInteractAcrossProfilesSettings.java190 || !crossProfileApps.canConfigureInteractAcrossProfiles( in getNumberOfEnabledApps()