Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceSelectionOptions.java44 public enum DeviceRequestedType { enum in DeviceSelectionOptions
60 DeviceRequestedType(Class<?> requiredIDeviceClass) { in DeviceRequestedType() method in DeviceSelectionOptions.DeviceRequestedType
113 private DeviceRequestedType mRequestedType = null;
261 return mRequestedType.equals(DeviceRequestedType.LOCAL_EMULATOR); in emulatorRequested()
272 return mRequestedType.equals(DeviceRequestedType.LOCAL_EMULATOR); in stubEmulatorRequested()
283 return mRequestedType.equals(DeviceRequestedType.NULL_DEVICE); in nullDeviceRequested()
292 return mRequestedType.equals(DeviceRequestedType.TCP_DEVICE); in tcpDeviceRequested()
301 return mRequestedType.equals(DeviceRequestedType.GCE_DEVICE); in gceDeviceRequested()
307 return DeviceRequestedType.REMOTE_DEVICE.equals(mRequestedType); in remoteDeviceRequested()
311 return DeviceRequestedType.LOCAL_VIRTUAL_DEVICE.equals(mRequestedType); in localVirtualDeviceRequested()
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DRemoteInvocationExecutionTest.java33 import com.android.tradefed.device.DeviceSelectionOptions.DeviceRequestedType;
94 selection.setDeviceTypeRequested(DeviceRequestedType.REMOTE_DEVICE); in testCreateRemoteConfig()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceSelectionOptionsTest.java27 import com.android.tradefed.device.DeviceSelectionOptions.DeviceRequestedType;
630 setter.setOptionValue("device-type", DeviceRequestedType.GCE_DEVICE.toString());