Home
last modified time | relevance | path

Searched refs:getMaxNumberOfUsersSupported (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1213 public int getMaxNumberOfUsersSupported() throws DeviceNotAvailableException { in getMaxNumberOfUsersSupported() method in TestDevice
1243 return getMaxNumberOfUsersSupported() > 1; in isMultiUserSupported()
DNativeDevice.java4129 public int getMaxNumberOfUsersSupported() throws DeviceNotAvailableException { in getMaxNumberOfUsersSupported() method in NativeDevice
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DCreateUserPreparer.java128 if (existingUsersCount >= device.getMaxNumberOfUsersSupported()) { in cleanupOldUsersIfLimitReached()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DCreateUserPreparerTest.java196 doReturn(3).when(mMockDevice).getMaxNumberOfUsersSupported(); in testSetUp_maxUsersReached()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DITestDevice.java712 public int getMaxNumberOfUsersSupported() throws DeviceNotAvailableException; in getMaxNumberOfUsersSupported() method
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java2622 assertEquals(4, mTestDevice.getMaxNumberOfUsersSupported()); in testMaxNumberOfUsersSupported()
2632 assertEquals(0, mTestDevice.getMaxNumberOfUsersSupported()); in testMaxNumberOfUsersSupported_invalid()