Searched refs:maxUsersForType (Results 1 – 1 of 1) sorted by relevance
420 final int maxUsersForType = userTypeDetails.getMaxAllowed(); in testAddTooManyUsers() local433 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()