Searched refs:getMaxNumberOfUsersSupported (Results 1 – 6 of 6) sorted by relevance
1213 public int getMaxNumberOfUsersSupported() throws DeviceNotAvailableException { in getMaxNumberOfUsersSupported() method in TestDevice1243 return getMaxNumberOfUsersSupported() > 1; in isMultiUserSupported()
4129 public int getMaxNumberOfUsersSupported() throws DeviceNotAvailableException { in getMaxNumberOfUsersSupported() method in NativeDevice
128 if (existingUsersCount >= device.getMaxNumberOfUsersSupported()) { in cleanupOldUsersIfLimitReached()
196 doReturn(3).when(mMockDevice).getMaxNumberOfUsersSupported(); in testSetUp_maxUsersReached()
712 public int getMaxNumberOfUsersSupported() throws DeviceNotAvailableException; in getMaxNumberOfUsersSupported() method
2622 assertEquals(4, mTestDevice.getMaxNumberOfUsersSupported()); in testMaxNumberOfUsersSupported()2632 assertEquals(0, mTestDevice.getMaxNumberOfUsersSupported()); in testMaxNumberOfUsersSupported_invalid()