Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceSelectionOptions.java58 EXISTING_DEVICE(IDevice.class); enumConstant
637 if (!DeviceRequestedType.EXISTING_DEVICE.equals(mRequestedType)) { in checkDeviceTypeRequested()
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DTradefedSandbox.java176 DeviceSelectionOptions.DeviceRequestedType.EXISTING_DEVICE.name()); in run()