Searched refs:canUserAttemptToConfigureInteractAcrossProfiles (Results 1 – 5 of 5) sorted by relevance
513 .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()
41 boolean canUserAttemptToConfigureInteractAcrossProfiles(in String packageName); in canUserAttemptToConfigureInteractAcrossProfiles() method
444 public boolean canUserAttemptToConfigureInteractAcrossProfiles(String packageName) { in canUserAttemptToConfigureInteractAcrossProfiles() method in CrossProfileApps446 return mService.canUserAttemptToConfigureInteractAcrossProfiles(packageName); in canUserAttemptToConfigureInteractAcrossProfiles()
590 if (!canUserAttemptToConfigureInteractAcrossProfiles(packageName, userId)) {604 public boolean canUserAttemptToConfigureInteractAcrossProfiles(String packageName) {605 return canUserAttemptToConfigureInteractAcrossProfiles(609 private boolean canUserAttemptToConfigureInteractAcrossProfiles(
29411 …Lcom/android/server/pm/CrossProfileAppsServiceImpl;->canUserAttemptToConfigureInteractAcrossProfil…29412 …Lcom/android/server/pm/CrossProfileAppsServiceImpl;->canUserAttemptToConfigureInteractAcrossProfil…