Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerTest.java1005 private IDeviceConfiguration createDeviceConfig(String serial) throws Exception { in createDeviceConfig() method in CommandSchedulerTest
1017 mMockDeviceConfig.add(createDeviceConfig("serial0")); in testAllocateDevices_multipleDevices()
1018 mMockDeviceConfig.add(createDeviceConfig("serial1")); in testAllocateDevices_multipleDevices()
1035 mMockDeviceConfig.add(createDeviceConfig("serial0")); in testAllocateDevices_multipleDevices_failed()
1036 mMockDeviceConfig.add(createDeviceConfig("not_exist_serial")); in testAllocateDevices_multipleDevices_failed()
1059 mMockDeviceConfig.add(createDeviceConfig("serial0")); in testExecCommand_multipleDevices()
1060 mMockDeviceConfig.add(createDeviceConfig("serial1")); in testExecCommand_multipleDevices()
1091 mMockDeviceConfig.add(createDeviceConfig("serial0")); in testExecCommand_multipleDevices_noDevice()
1092 mMockDeviceConfig.add(createDeviceConfig("not_exist_serial")); in testExecCommand_multipleDevices_noDevice()