Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java245 private DeviceDescriptor createDevice(
247 return createDevice(DEVICE_SERIAL, product, variant, state);
250 private DeviceDescriptor createDevice(
259 deviceList.add(createDevice("product1", "variant1", DeviceAllocationState.Available));
260 deviceList.add(createDevice("product2", "variant2", DeviceAllocationState.Available));
261 deviceList.add(createDevice("product2", "variant2", DeviceAllocationState.Allocated));
262 deviceList.add(createDevice("product3", "variant3", DeviceAllocationState.Available));
263 deviceList.add(createDevice("product3", "variant3", DeviceAllocationState.Allocated));
264 deviceList.add(createDevice("product3", "variant3", DeviceAllocationState.Unavailable));
283 deviceList.add(createDevice("product1", "variant1", DeviceAllocationState.Available));
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceManagerTest.java181 public IManagedTestDevice createDevice(IDevice idevice) { in setUp()
1008 public IManagedTestDevice createDevice(IDevice idevice) { in testFreeDevice_unavailable()
1069 public IManagedTestDevice createDevice(IDevice idevice) { in testFreeDevice_recovery()
1134 public IManagedTestDevice createDevice(IDevice idevice) { in testFreeDevice_unknown()
1199 public IManagedTestDevice createDevice(IDevice idevice) { in testFreeDevice_unknown_subName()
DManagedDeviceListTest.java45 public IManagedTestDevice createDevice(IDevice stubDevice) { in setUp()
DManagedTestDeviceFactoryTest.java95 IManagedTestDevice result = mFactory.createDevice(mMockIDevice); in testNestedDevice()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DIManagedTestDeviceFactory.java32 IManagedTestDevice createDevice(IDevice stubDevice); in createDevice() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DManagedTestDeviceFactory.java71 public IManagedTestDevice createDevice(IDevice idevice) { in createDevice() method in ManagedTestDeviceFactory
DManagedDeviceList.java236 d = mDeviceFactory.createDevice(idevice);