Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DITestDevice.java438 public int getMaxNumberOfUsersSupported() throws DeviceNotAvailableException; in getMaxNumberOfUsersSupported() method
DTestDevice.java815 public int getMaxNumberOfUsersSupported() throws DeviceNotAvailableException {
845 return getMaxNumberOfUsersSupported() > 1;
DNativeDevice.java3545 public int getMaxNumberOfUsersSupported() throws DeviceNotAvailableException { in getMaxNumberOfUsersSupported() method in NativeDevice
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java2044 assertEquals(4, mTestDevice.getMaxNumberOfUsersSupported()); in testMaxNumberOfUsersSupported()
2054 assertEquals(0, mTestDevice.getMaxNumberOfUsersSupported()); in testMaxNumberOfUsersSupported_invalid()