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