Searched refs:canConfigureInteractAcrossProfiles (Results 1 – 6 of 6) sorted by relevance
40 boolean canConfigureInteractAcrossProfiles(int userId, in String packageName); in canConfigureInteractAcrossProfiles() method
610 public boolean canConfigureInteractAcrossProfiles(@NonNull String packageName) { in canConfigureInteractAcrossProfiles() method in CrossProfileApps612 return mService.canConfigureInteractAcrossProfiles(mContext.getUserId(), packageName); in canConfigureInteractAcrossProfiles()
464 && !canConfigureInteractAcrossProfiles(packageName, userId)) {604 public boolean canConfigureInteractAcrossProfiles(int userId, String packageName) {609 return canConfigureInteractAcrossProfiles(packageName, userId);612 private boolean canConfigureInteractAcrossProfiles(String packageName, @UserIdInt int userId) {703 if (canConfigureInteractAcrossProfiles(packageName, userId)) {
466 .canConfigureInteractAcrossProfiles( in canConfigureInteractAcrossProfiles_packageNotInstalledInProfile_returnsFalse()486 .canConfigureInteractAcrossProfiles( in canConfigureInteractAcrossProfiles_packageDoesNotRequestInteractAcrossProfiles_returnsFalse()501 .canConfigureInteractAcrossProfiles( in canConfigureInteractAcrossProfiles_packageNotWhitelisted_returnsFalse()509 .canConfigureInteractAcrossProfiles( in canConfigureInteractAcrossProfiles_returnsTrue()
1106 method public boolean canConfigureInteractAcrossProfiles(@NonNull String);
21695 mInjector.getCrossProfileApps(userId)::canConfigureInteractAcrossProfiles).collect(