Searched refs:canConfigureInteractAcrossProfiles (Results 1 – 7 of 7) sorted by relevance
40 boolean canConfigureInteractAcrossProfiles(in String packageName); in canConfigureInteractAcrossProfiles() method
423 public boolean canConfigureInteractAcrossProfiles(@NonNull String packageName) { in canConfigureInteractAcrossProfiles() method in CrossProfileApps425 return mService.canConfigureInteractAcrossProfiles(packageName); in canConfigureInteractAcrossProfiles()
446 && !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)) {
465 .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()
795 method public boolean canConfigureInteractAcrossProfiles(@NonNull String);
17057 mInjector.getCrossProfileApps()::canConfigureInteractAcrossProfiles).collect(
29406 PLcom/android/server/pm/CrossProfileAppsServiceImpl;->canConfigureInteractAcrossProfiles(Ljava/lang…29407 PLcom/android/server/pm/CrossProfileAppsServiceImpl;->canConfigureInteractAcrossProfiles(Ljava/lang…