Searched refs:setNumDevicesCustom (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/core/javatests/com/android/tradefed/command/ |
D | CommandSchedulerTest.java | 872 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/ |
D | MockDeviceManager.java | 105 public void setNumDevicesCustom( in setNumDevicesCustom() method in MockDeviceManager
|