Home
last modified time | relevance | path

Searched refs:setNumDevicesCustom (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerTest.java872 mFakeDeviceManager.setNumDevicesCustom(1, TestDeviceState.NOT_AVAILABLE, IDevice.class); in testDeviceReleased_unavailable()
897 mFakeDeviceManager.setNumDevicesCustom(2, TestDeviceState.NOT_AVAILABLE, IDevice.class); in testDeviceReleased_unavailableMulti()
1377 mFakeDeviceManager.setNumDevicesCustom(2, TestDeviceState.ONLINE, NullDevice.class); in testExecCommand_reservedAndNullDevices()
1432 mFakeDeviceManager.setNumDevicesCustom(2, TestDeviceState.ONLINE, NullDevice.class); in testExecCommand_reservedTooManyDevices()
1484 mFakeDeviceManager.setNumDevicesCustom(2, TestDeviceState.ONLINE, NullDevice.class); in testExecCommand_reservedTooFewDevices()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DMockDeviceManager.java105 public void setNumDevicesCustom( in setNumDevicesCustom() method in MockDeviceManager