Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java2415 final int maxUsersOfType = getMaxUsersOfTypePerParent(type); in canAddMoreProfilesToUser() local
2416 if (maxUsersOfType != UserTypeDetails.UNLIMITED_NUMBER_OF_USERS) { in canAddMoreProfilesToUser()
2419 if (userTypeCount - profilesRemovedCount >= maxUsersOfType) { in canAddMoreProfilesToUser()
5850 int maxUsersOfType = getMaxUsersOfTypePerParent(userType); in getFreeProfileBadgeLU() local
5851 if (maxUsersOfType == UserTypeDetails.UNLIMITED_NUMBER_OF_USERS) { in getFreeProfileBadgeLU()
5852 maxUsersOfType = Integer.MAX_VALUE; in getFreeProfileBadgeLU()
5854 for (int i = 0; i < maxUsersOfType; i++) { in getFreeProfileBadgeLU()