Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DICrossProfileApps.aidl40 boolean canConfigureInteractAcrossProfiles(int userId, in String packageName); in canConfigureInteractAcrossProfiles() method
DCrossProfileApps.java610 public boolean canConfigureInteractAcrossProfiles(@NonNull String packageName) { in canConfigureInteractAcrossProfiles() method in CrossProfileApps
612 return mService.canConfigureInteractAcrossProfiles(mContext.getUserId(), packageName); in canConfigureInteractAcrossProfiles()
/frameworks/base/services/core/java/com/android/server/pm/
DCrossProfileAppsServiceImpl.java464 && !canConfigureInteractAcrossProfiles(packageName, userId)) {
604 public boolean canConfigureInteractAcrossProfiles(int userId, String packageName) {
609 return canConfigureInteractAcrossProfiles(packageName, userId);
612 private boolean canConfigureInteractAcrossProfiles(String packageName, @UserIdInt int userId) {
703 if (canConfigureInteractAcrossProfiles(packageName, userId)) {
/frameworks/base/services/robotests/src/com/android/server/pm/
DCrossProfileAppsServiceImplRoboTest.java466 .canConfigureInteractAcrossProfiles( in canConfigureInteractAcrossProfiles_packageNotInstalledInProfile_returnsFalse()
486 .canConfigureInteractAcrossProfiles( in canConfigureInteractAcrossProfiles_packageDoesNotRequestInteractAcrossProfiles_returnsFalse()
501 .canConfigureInteractAcrossProfiles( in canConfigureInteractAcrossProfiles_packageNotWhitelisted_returnsFalse()
509 .canConfigureInteractAcrossProfiles( in canConfigureInteractAcrossProfiles_returnsTrue()
/frameworks/base/core/api/
Dtest-current.txt1106 method public boolean canConfigureInteractAcrossProfiles(@NonNull String);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java21695 mInjector.getCrossProfileApps(userId)::canConfigureInteractAcrossProfiles).collect(