Searched refs:getMaxNumberOfRunningUsersSupported (Results 1 – 2 of 2) sorted by relevance
442 protected int getMaxNumberOfRunningUsersSupported() throws DeviceNotAvailableException { in getMaxNumberOfRunningUsersSupported() method in BaseDevicePolicyTest443 return getDevice().getMaxNumberOfRunningUsersSupported(); in getMaxNumberOfRunningUsersSupported()662 return listRunningUsers().size() + numberOfUsers <= getMaxNumberOfRunningUsersSupported(); in canStartAdditionalUsers()
203 int maxRunningUsers = getDevice().getMaxNumberOfRunningUsersSupported(); in testCreateAndManageUser_StartInBackground_MaxRunningUsers()