Home
last modified time | relevance | path

Searched refs:canUserAttemptToConfigureInteractAcrossProfiles (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/robotests/src/com/android/server/pm/
DCrossProfileAppsServiceImplRoboTest.java513 .canUserAttemptToConfigureInteractAcrossProfiles(CROSS_PROFILE_APP_PACKAGE_NAME)) in canUserAttemptToConfigureInteractAcrossProfiles_packageNotInstalledInProfile_returnsTrue()
522 .canUserAttemptToConfigureInteractAcrossProfiles(CROSS_PROFILE_APP_PACKAGE_NAME)) in canUserAttemptToConfigureInteractAcrossProfiles_packageDoesNotRequestInteractAcrossProfiles_returnsFalse()
530 .canUserAttemptToConfigureInteractAcrossProfiles(CROSS_PROFILE_APP_PACKAGE_NAME)) in canUserAttemptToConfigureInteractAcrossProfiles_packageNotWhitelisted_returnsTrue()
543 .canUserAttemptToConfigureInteractAcrossProfiles(CROSS_PROFILE_APP_PACKAGE_NAME)) in canUserAttemptToConfigureInteractAcrossProfiles_platformSignedAppWithAutomaticPermission_returnsFalse()
552 .canUserAttemptToConfigureInteractAcrossProfiles(CROSS_PROFILE_APP_PACKAGE_NAME)) in canUserAttemptToConfigureInteractAcrossProfiles_profileOwnerWorkProfile_returnsFalse()
564 .canUserAttemptToConfigureInteractAcrossProfiles(CROSS_PROFILE_APP_PACKAGE_NAME)) in canUserAttemptToConfigureInteractAcrossProfiles_profileOwnerOtherProfile_returnsFalse()
573 .canUserAttemptToConfigureInteractAcrossProfiles(CROSS_PROFILE_APP_PACKAGE_NAME)) in canUserAttemptToConfigureInteractAcrossProfiles_profileOwnerOutsideProfileGroup_returnsTrue()
580 .canUserAttemptToConfigureInteractAcrossProfiles(CROSS_PROFILE_APP_PACKAGE_NAME)) in canUserAttemptToConfigureInteractAcrossProfiles_returnsTrue()
/frameworks/base/core/java/android/content/pm/
DICrossProfileApps.aidl41 boolean canUserAttemptToConfigureInteractAcrossProfiles(in String packageName); in canUserAttemptToConfigureInteractAcrossProfiles() method
DCrossProfileApps.java444 public boolean canUserAttemptToConfigureInteractAcrossProfiles(String packageName) { in canUserAttemptToConfigureInteractAcrossProfiles() method in CrossProfileApps
446 return mService.canUserAttemptToConfigureInteractAcrossProfiles(packageName); in canUserAttemptToConfigureInteractAcrossProfiles()
/frameworks/base/services/core/java/com/android/server/pm/
DCrossProfileAppsServiceImpl.java590 if (!canUserAttemptToConfigureInteractAcrossProfiles(packageName, userId)) {
604 public boolean canUserAttemptToConfigureInteractAcrossProfiles(String packageName) {
605 return canUserAttemptToConfigureInteractAcrossProfiles(
609 private boolean canUserAttemptToConfigureInteractAcrossProfiles(
/frameworks/base/services/
Dart-profile29411 …Lcom/android/server/pm/CrossProfileAppsServiceImpl;->canUserAttemptToConfigureInteractAcrossProfil…
29412 …Lcom/android/server/pm/CrossProfileAppsServiceImpl;->canUserAttemptToConfigureInteractAcrossProfil…