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.java446 public int getMaxNumberOfRunningUsersSupported() throws DeviceNotAvailableException; in getMaxNumberOfRunningUsersSupported() method
DTestDevice.java828 public int getMaxNumberOfRunningUsersSupported() throws DeviceNotAvailableException {
DNativeDevice.java3550 public int getMaxNumberOfRunningUsersSupported() throws DeviceNotAvailableException { in getMaxNumberOfRunningUsersSupported() method in NativeDevice
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java2066 assertEquals(4, mTestDevice.getMaxNumberOfRunningUsersSupported()); in testMaxNumberOfRunningUsersSupported()
2076 assertEquals(0, mTestDevice.getMaxNumberOfRunningUsersSupported()); in testMaxNumberOfRunningUsersSupported_invalid()