Home
last modified time | relevance | path

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

/frameworks/base/services/robotests/src/com/android/server/pm/
DCrossProfileAppsServiceImplRoboTest.java518 .canUserAttemptToConfigureInteractAcrossProfiles( in canUserAttemptToConfigureInteractAcrossProfiles_packageNotInstalledInProfile_returnsTrue()
528 .canUserAttemptToConfigureInteractAcrossProfiles( in canUserAttemptToConfigureInteractAcrossProfiles_packageDoesNotRequestInteractAcrossProfiles_returnsFalse()
537 .canUserAttemptToConfigureInteractAcrossProfiles( in canUserAttemptToConfigureInteractAcrossProfiles_packageNotWhitelisted_returnsTrue()
551 .canUserAttemptToConfigureInteractAcrossProfiles( in canUserAttemptToConfigureInteractAcrossProfiles_platformSignedAppWithAutomaticPermission_returnsFalse()
561 .canUserAttemptToConfigureInteractAcrossProfiles( in canUserAttemptToConfigureInteractAcrossProfiles_profileOwnerWorkProfile_returnsFalse()
574 .canUserAttemptToConfigureInteractAcrossProfiles( in canUserAttemptToConfigureInteractAcrossProfiles_profileOwnerOtherProfile_returnsFalse()
584 .canUserAttemptToConfigureInteractAcrossProfiles( in canUserAttemptToConfigureInteractAcrossProfiles_profileOwnerOutsideProfileGroup_returnsTrue()
592 .canUserAttemptToConfigureInteractAcrossProfiles( in canUserAttemptToConfigureInteractAcrossProfiles_returnsTrue()
/frameworks/base/core/java/android/content/pm/
DICrossProfileApps.aidl41 boolean canUserAttemptToConfigureInteractAcrossProfiles(int userId, in String packageName); in canUserAttemptToConfigureInteractAcrossProfiles() method
DCrossProfileApps.java634 public boolean canUserAttemptToConfigureInteractAcrossProfiles(String packageName) { in canUserAttemptToConfigureInteractAcrossProfiles() method in CrossProfileApps
636 return mService.canUserAttemptToConfigureInteractAcrossProfiles( in canUserAttemptToConfigureInteractAcrossProfiles()
/frameworks/base/services/core/java/com/android/server/pm/
DCrossProfileAppsServiceImpl.java613 if (!canUserAttemptToConfigureInteractAcrossProfiles(packageName, userId)) {
627 public boolean canUserAttemptToConfigureInteractAcrossProfiles(int userId, String packageName) {
632 return canUserAttemptToConfigureInteractAcrossProfiles(
636 private boolean canUserAttemptToConfigureInteractAcrossProfiles(