Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerTest.java433 final int remainingUserType = maxUsersForType == UserTypeDetails.UNLIMITED_NUMBER_OF_USERS ? in testAddTooManyUsers() local
436 final int remaining = Math.min(remainingUserType, remainingOverall); in testAddTooManyUsers()