Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java2292 final int maxUsersOfType = getMaxUsersOfTypePerParent(type); in canAddMoreProfilesToUser() local
2293 if (maxUsersOfType != UserTypeDetails.UNLIMITED_NUMBER_OF_USERS) { in canAddMoreProfilesToUser()
2296 if (userTypeCount - profilesRemovedCount >= maxUsersOfType) { in canAddMoreProfilesToUser()
5309 int maxUsersOfType = getMaxUsersOfTypePerParent(userType); in getFreeProfileBadgeLU() local
5310 if (maxUsersOfType == UserTypeDetails.UNLIMITED_NUMBER_OF_USERS) { in getFreeProfileBadgeLU()
5311 maxUsersOfType = Integer.MAX_VALUE; in getFreeProfileBadgeLU()
5313 for (int i = 0; i < maxUsersOfType; i++) { in getFreeProfileBadgeLU()