Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java432 protected int getMaxNumberOfRunningUsersSupported() throws DeviceNotAvailableException { in getMaxNumberOfRunningUsersSupported() method in BaseDevicePolicyTest
433 return getDevice().getMaxNumberOfRunningUsersSupported(); in getMaxNumberOfRunningUsersSupported()
652 return listRunningUsers().size() + numberOfUsers <= getMaxNumberOfRunningUsersSupported(); in canStartAdditionalUsers()
DDeviceOwnerTest.java228 int maxRunningUsers = getDevice().getMaxNumberOfRunningUsersSupported(); in testCreateAndManageUser_StartInBackground_MaxRunningUsers()