Home
last modified time | relevance | path

Searched refs:userProperties (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DCrossProfileIntentResolverEngine.java714 UserProperties userProperties = mUserManagerInternal.getUserProperties(userId); in isNoFilteringPropertyConfiguredForUser()
715 if (userProperties == null) return false; in isNoFilteringPropertyConfiguredForUser()
717 return userProperties.getCrossProfileIntentResolutionStrategy() in isNoFilteringPropertyConfiguredForUser()
H A DDeletePackageHelper.java797 UserProperties userProperties = mUserManagerInternal in deletePackageVersionedInternal()
799 if (userProperties != null && userProperties.getDeleteAppWithParent()) { in deletePackageVersionedInternal()
H A DUserManagerService.java372 UserProperties userProperties; field in UserManagerService.UserData
1786 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 …]
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyEngine.java409 UserProperties userProperties = mUserManager.getUserProperties(userInfo.getUserHandle()); in isInheritDevicePolicyFromParent() local
410 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()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java1712 UserProperties userProperties = userManager.getUserProperties( in shouldShowInPersonalTab() local
1714 return userProperties.getShowInSettings() in shouldShowInPersonalTab()
/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java879 final UserProperties userProperties = um.getUserProperties(userInfo.getUserHandle()); in areContactWritesEnabledForUser() local
880 return !userProperties.getUseParentsContacts(); in areContactWritesEnabledForUser()