Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DITestDevice.java681 public int getMaxNumberOfRunningUsersSupported() throws DeviceNotAvailableException; in getMaxNumberOfRunningUsersSupported() method
DTestDevice.java1091 public int getMaxNumberOfRunningUsersSupported() throws DeviceNotAvailableException { in getMaxNumberOfRunningUsersSupported() method in TestDevice
DNativeDevice.java3828 public int getMaxNumberOfRunningUsersSupported() throws DeviceNotAvailableException { in getMaxNumberOfRunningUsersSupported() method in NativeDevice
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java2518 assertEquals(4, mTestDevice.getMaxNumberOfRunningUsersSupported()); in testMaxNumberOfRunningUsersSupported()
2528 assertEquals(0, mTestDevice.getMaxNumberOfRunningUsersSupported()); in testMaxNumberOfRunningUsersSupported_invalid()