Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerTest.java423 int currentUsersOfType = 0; in testAddTooManyUsers() local
429 currentUsersOfType++; in testAddTooManyUsers()
434 Integer.MAX_VALUE : maxUsersForType - currentUsersOfType; in testAddTooManyUsers()
440 + ", currentUsersOfType=" + currentUsersOfType in testAddTooManyUsers()