Searched refs:userProperties (Results 1 – 6 of 6) sorted by relevance
714 UserProperties userProperties = mUserManagerInternal.getUserProperties(userId); in isNoFilteringPropertyConfiguredForUser()715 if (userProperties == null) return false; in isNoFilteringPropertyConfiguredForUser()717 return userProperties.getCrossProfileIntentResolutionStrategy() in isNoFilteringPropertyConfiguredForUser()
797 UserProperties userProperties = mUserManagerInternal in deletePackageVersionedInternal()799 if (userProperties != null && userProperties.getDeleteAppWithParent()) { in deletePackageVersionedInternal()
372 UserProperties userProperties; field in UserManagerService.UserData1786 return userData.userProperties; in getUserPropertiesInternal()2388 return userProperties != null ? userProperties.getCrossProfileIntentFilterAccessControl() : in getCrossProfileIntentFilterAccessControl()3916 userData.userProperties = new UserProperties( in upgradeIfNecessaryLP()4100 userData.userProperties = new UserProperties( in fallbackToSingleUserLP()4302 if (userData.userProperties != null) {4304 userData.userProperties.writeToXml(serializer);4436 UserProperties userProperties = null;4573 userData.userProperties = userProperties;6750 if (userData.userProperties != null) {[all …]
409 UserProperties userProperties = mUserManager.getUserProperties(userInfo.getUserHandle()); in isInheritDevicePolicyFromParent() local410 return userProperties != null && mUserManager.getUserProperties(userInfo.getUserHandle()) in isInheritDevicePolicyFromParent()1291 UserProperties userProperties = mUserManager.getUserProperties(user.getUserHandle()); in enforcePoliciesOnInheritableProfilesIfApplicable()1292 if (userProperties == null || userProperties.getInheritDevicePolicy() in enforcePoliciesOnInheritableProfilesIfApplicable()
1712 UserProperties userProperties = userManager.getUserProperties( in shouldShowInPersonalTab() local1714 return userProperties.getShowInSettings() in shouldShowInPersonalTab()
879 final UserProperties userProperties = um.getUserProperties(userInfo.getUserHandle()); in areContactWritesEnabledForUser() local880 return !userProperties.getUseParentsContacts(); in areContactWritesEnabledForUser()