Searched refs:userProperties (Results 1 – 12 of 12) sorted by relevance
74 val userProperties = getUserProperties(userInfo.userHandle) in UserManager() constant75 return if (userInfo.isQuietModeEnabled && userProperties.showInQuietMode in UserManager()79 userProperties.showInSettings in UserManager()
95 UserProperties userProperties = new UserProperties(new UserProperties.Builder() in setupUserProperty() local97 mUserPropertiesMap.putIfAbsent(userId, userProperties); in setupUserProperty()
220 UserProperties userProperties = userManager.getUserProperties(userHandle); in shouldShowUserInQuietMode() local222 || userProperties.getShowInQuietMode() != UserProperties.SHOW_IN_QUIET_MODE_HIDDEN; in shouldShowUserInQuietMode()
725 UserProperties userProperties = mUserManagerInternal.getUserProperties(userId); in isNoFilteringPropertyConfiguredForUser()726 if (userProperties == null) return false; in isNoFilteringPropertyConfiguredForUser()728 return userProperties.getCrossProfileIntentResolutionStrategy() in isNoFilteringPropertyConfiguredForUser()
396 UserProperties userProperties; field in UserManagerService.UserData1561 UserProperties userProperties = getUserPropertiesCopy(userId); in isProfileHidden() local1565 return userProperties.getProfileApiVisibility() in isProfileHidden()1766 final UserProperties userProperties = getUserPropertiesInternal(userId); in requestQuietModeEnabled() local1767 if (userProperties != null in requestQuietModeEnabled()1768 && userProperties.isAuthAlwaysRequiredToDisableQuietMode()) { in requestQuietModeEnabled()2263 return userData.userProperties; in getUserPropertiesInternal()2941 final UserProperties userProperties = getUserPropertiesInternal(userId); in getCrossProfileIntentFilterAccessControl() local2942 return userProperties != null ? userProperties.getCrossProfileIntentFilterAccessControl() : in getCrossProfileIntentFilterAccessControl()4516 userData.userProperties = new UserProperties( in upgradeIfNecessaryLP()[all …]
846 UserProperties userProperties = mUserManagerInternal in deletePackageVersionedInternal() local848 if (userProperties != null && userProperties.getDeleteAppWithParent()) { in deletePackageVersionedInternal()
436 UserProperties userProperties = mUserManager.getUserProperties(userInfo.getUserHandle()); in isInheritDevicePolicyFromParent() local437 return userProperties != null && mUserManager.getUserProperties(userInfo.getUserHandle()) in isInheritDevicePolicyFromParent()1360 UserProperties userProperties = mUserManager.getUserProperties(user.getUserHandle()); in enforcePoliciesOnInheritableProfilesIfApplicable() local1361 if (userProperties == null || userProperties.getInheritDevicePolicy() in enforcePoliciesOnInheritableProfilesIfApplicable()
842 UserProperties userProperties = mUserManager.getUserProperties(UserHandle.of(userId)); in onUserStopped() local843 if (userProperties != null && userProperties.getAllowStoppingUserWithDelayedLocking()) { in onUserStopped()962 UserProperties userProperties =964 if (userProperties != null && userProperties
979 final UserProperties userProperties = mUserProperties.get(userId); in setUp()980 if (userProperties == null) { in setUp()983 return userProperties; in setUp()
1748 UserProperties userProperties = userManager.getUserProperties( in shouldShowInPersonalTab() local1750 return userProperties.getShowInSettings() in shouldShowInPersonalTab()
1511 final UserProperties userProperties = getUserProperties(userIdToLock);1512 return (mDelayUserDataLocking || (userProperties != null1513 && userProperties.getAllowStoppingUserWithDelayedLocking()));
908 final UserProperties userProperties = um.getUserProperties(userInfo.getUserHandle()); in areContactWritesEnabledForUser() local909 return !userProperties.getUseParentsContacts(); in areContactWritesEnabledForUser()