Searched refs:canUserAttemptToConfigureInteractAcrossProfiles (Results 1 – 4 of 4) sorted by relevance
518 .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()
41 boolean canUserAttemptToConfigureInteractAcrossProfiles(int userId, in String packageName); in canUserAttemptToConfigureInteractAcrossProfiles() method
634 public boolean canUserAttemptToConfigureInteractAcrossProfiles(String packageName) { in canUserAttemptToConfigureInteractAcrossProfiles() method in CrossProfileApps636 return mService.canUserAttemptToConfigureInteractAcrossProfiles( in canUserAttemptToConfigureInteractAcrossProfiles()
613 if (!canUserAttemptToConfigureInteractAcrossProfiles(packageName, userId)) {627 public boolean canUserAttemptToConfigureInteractAcrossProfiles(int userId, String packageName) {632 return canUserAttemptToConfigureInteractAcrossProfiles(636 private boolean canUserAttemptToConfigureInteractAcrossProfiles(