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