Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DMockDeviceManager.java103 public void setNumDevicesCustom(int numDevices, TestDeviceState state, in setNumDevicesCustom() method in MockDeviceManager
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerTest.java776 mMockManager.setNumDevicesCustom(1, TestDeviceState.NOT_AVAILABLE, IDevice.class); in testDeviceReleased_unavailable()
795 mMockManager.setNumDevicesCustom(2, TestDeviceState.NOT_AVAILABLE, IDevice.class); in testDeviceReleased_unavailableMulti()