Searched refs:getMaxNumberOfRunningUsersSupported (Results 1 – 3 of 3) sorted by relevance
150 && sDevice.getMaxNumberOfRunningUsersSupported() > 2; in supportsMoreThanTwoUsers()
430 protected int getMaxNumberOfRunningUsersSupported() throws DeviceNotAvailableException { in getMaxNumberOfRunningUsersSupported() method in BaseDevicePolicyTest431 return getDevice().getMaxNumberOfRunningUsersSupported(); in getMaxNumberOfRunningUsersSupported()647 return listRunningUsers().size() + numberOfUsers <= getMaxNumberOfRunningUsersSupported(); in canStartAdditionalUsers()
195 int maxRunningUsers = getDevice().getMaxNumberOfRunningUsersSupported(); in testCreateAndManageUser_StartInBackground_MaxRunningUsers()