Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceOwnerTest.java282 int maxRunningUsers = getDevice().getMaxNumberOfRunningUsersSupported(); in testCreateAndManageUser_StartInBackground_MaxRunningUsers() local
285 int usersToCreateAndStart = Math.min(maxUsers, maxRunningUsers) - 1; in testCreateAndManageUser_StartInBackground_MaxRunningUsers()
291 if (maxUsers > maxRunningUsers) { in testCreateAndManageUser_StartInBackground_MaxRunningUsers()