Searched refs:createDevice (Results 1 – 7 of 7) sorted by relevance
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/ |
D | ClusterCommandSchedulerTest.java | 245 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/ |
D | DeviceManagerTest.java | 181 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()
|
D | ManagedDeviceListTest.java | 45 public IManagedTestDevice createDevice(IDevice stubDevice) { in setUp()
|
D | ManagedTestDeviceFactoryTest.java | 95 IManagedTestDevice result = mFactory.createDevice(mMockIDevice); in testNestedDevice()
|
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/ |
D | IManagedTestDeviceFactory.java | 32 IManagedTestDevice createDevice(IDevice stubDevice); in createDevice() method
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | ManagedTestDeviceFactory.java | 71 public IManagedTestDevice createDevice(IDevice idevice) { in createDevice() method in ManagedTestDeviceFactory
|
D | ManagedDeviceList.java | 236 d = mDeviceFactory.createDevice(idevice);
|