Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerTest.java249 final int maxUsersForType = userTypeDetails.getMaxAllowed(); in testAddTooManyUsers() local
262 final int remainingUserType = maxUsersForType == UserTypeDetails.UNLIMITED_NUMBER_OF_USERS ? in testAddTooManyUsers()
263 Integer.MAX_VALUE : maxUsersForType - currentUsersOfType; in testAddTooManyUsers()
267 Slog.v(TAG, "maxUsersForType=" + maxUsersForType in testAddTooManyUsers()