Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/pm/
H A DICrossProfileApps.aidl40 boolean canConfigureInteractAcrossProfiles(int userId, in String packageName); in canConfigureInteractAcrossProfiles() method
H A DCrossProfileApps.java570 public boolean canConfigureInteractAcrossProfiles(@NonNull String packageName) { in canConfigureInteractAcrossProfiles() method in CrossProfileApps
572 return mService.canConfigureInteractAcrossProfiles(mContext.getUserId(), packageName); in canConfigureInteractAcrossProfiles()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DCrossProfileAppsServiceImpl.java461 && !canConfigureInteractAcrossProfiles(packageName, userId)) {
600 public boolean canConfigureInteractAcrossProfiles(int userId, String packageName) {
605 return canConfigureInteractAcrossProfiles(packageName, userId);
608 private boolean canConfigureInteractAcrossProfiles(String packageName, @UserIdInt int userId) {
697 if (canConfigureInteractAcrossProfiles(packageName, userId)) {
/aosp14/frameworks/base/services/robotests/src/com/android/server/pm/
H A DCrossProfileAppsServiceImplRoboTest.java466 .canConfigureInteractAcrossProfiles( in canConfigureInteractAcrossProfiles_packageNotInstalledInProfile_returnsFalse()
486 .canConfigureInteractAcrossProfiles( in canConfigureInteractAcrossProfiles_packageDoesNotRequestInteractAcrossProfiles_returnsFalse()
501 .canConfigureInteractAcrossProfiles( in canConfigureInteractAcrossProfiles_packageNotWhitelisted_returnsFalse()
509 .canConfigureInteractAcrossProfiles( in canConfigureInteractAcrossProfiles_returnsTrue()
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt979 method public boolean canConfigureInteractAcrossProfiles(@NonNull String);
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java21856 mInjector.getCrossProfileApps(userId)::canConfigureInteractAcrossProfiles).collect(