Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerTest.java420 final int maxUsersForType = userTypeDetails.getMaxAllowed(); in testAddTooManyUsers() local
433 final int remainingUserType = maxUsersForType == UserTypeDetails.UNLIMITED_NUMBER_OF_USERS ? in testAddTooManyUsers()
434 Integer.MAX_VALUE : maxUsersForType - currentUsersOfType; in testAddTooManyUsers()
438 Slog.v(TAG, "maxUsersForType=" + maxUsersForType in testAddTooManyUsers()