Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DICrossProfileApps.aidl40 boolean canConfigureInteractAcrossProfiles(in String packageName); in canConfigureInteractAcrossProfiles() method
DCrossProfileApps.java423 public boolean canConfigureInteractAcrossProfiles(@NonNull String packageName) { in canConfigureInteractAcrossProfiles() method in CrossProfileApps
425 return mService.canConfigureInteractAcrossProfiles(packageName); in canConfigureInteractAcrossProfiles()
/frameworks/base/services/core/java/com/android/server/pm/
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)) {
/frameworks/base/services/robotests/src/com/android/server/pm/
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()
/frameworks/base/core/api/
Dtest-current.txt795 method public boolean canConfigureInteractAcrossProfiles(@NonNull String);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java17057 mInjector.getCrossProfileApps()::canConfigureInteractAcrossProfiles).collect(
/frameworks/base/services/
Dart-profile29406 PLcom/android/server/pm/CrossProfileAppsServiceImpl;->canConfigureInteractAcrossProfiles(Ljava/lang…
29407 PLcom/android/server/pm/CrossProfileAppsServiceImpl;->canConfigureInteractAcrossProfiles(Ljava/lang…