Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DITestDevice.java803 public int getMaxNumberOfRunningUsersSupported() throws DeviceNotAvailableException; in getMaxNumberOfRunningUsersSupported() method
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceTest.java3033 assertEquals(4, mTestDevice.getMaxNumberOfRunningUsersSupported()); in testMaxNumberOfRunningUsersSupported()
3044 assertEquals(0, mTestDevice.getMaxNumberOfRunningUsersSupported()); in testMaxNumberOfRunningUsersSupported_invalid()
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1770 public int getMaxNumberOfRunningUsersSupported() throws DeviceNotAvailableException { in getMaxNumberOfRunningUsersSupported() method in TestDevice
DNativeDevice.java4898 public int getMaxNumberOfRunningUsersSupported() throws DeviceNotAvailableException { in getMaxNumberOfRunningUsersSupported() method in NativeDevice