Searched refs:canConfigureInteractAcrossProfiles (Results 1 – 6 of 6) sorted by relevance
40 boolean canConfigureInteractAcrossProfiles(int userId, in String packageName); in canConfigureInteractAcrossProfiles() method
570 public boolean canConfigureInteractAcrossProfiles(@NonNull String packageName) { in canConfigureInteractAcrossProfiles() method in CrossProfileApps572 return mService.canConfigureInteractAcrossProfiles(mContext.getUserId(), packageName); in canConfigureInteractAcrossProfiles()
461 && !canConfigureInteractAcrossProfiles(packageName, userId)) {600 public boolean canConfigureInteractAcrossProfiles(int userId, String packageName) {605 return canConfigureInteractAcrossProfiles(packageName, userId);608 private boolean canConfigureInteractAcrossProfiles(String packageName, @UserIdInt int userId) {697 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()
979 method public boolean canConfigureInteractAcrossProfiles(@NonNull String);
21856 mInjector.getCrossProfileApps(userId)::canConfigureInteractAcrossProfiles).collect(