Searched refs:DeviceRequestedType (Results 1 – 4 of 4) sorted by relevance
46 public enum DeviceRequestedType { enum in DeviceSelectionOptions62 DeviceRequestedType(Class<?> requiredIDeviceClass) { in DeviceRequestedType() method in DeviceSelectionOptions.DeviceRequestedType111 private DeviceRequestedType mRequestedType = null;275 return mRequestedType.equals(DeviceRequestedType.LOCAL_EMULATOR); in emulatorRequested()286 return mRequestedType.equals(DeviceRequestedType.LOCAL_EMULATOR); in stubEmulatorRequested()297 return mRequestedType.equals(DeviceRequestedType.NULL_DEVICE); in nullDeviceRequested()306 return mRequestedType.equals(DeviceRequestedType.GCE_DEVICE); in gceDeviceRequested()316 return DeviceRequestedType.REMOTE_DEVICE.equals(mRequestedType); in remoteDeviceRequested()320 return DeviceRequestedType.LOCAL_VIRTUAL_DEVICE.equals(mRequestedType); in localVirtualDeviceRequested()351 public void setDeviceTypeRequested(DeviceRequestedType requestedType) { in setDeviceTypeRequested()[all …]
36 import com.android.tradefed.device.DeviceSelectionOptions.DeviceRequestedType;100 selection.setDeviceTypeRequested(DeviceRequestedType.REMOTE_DEVICE); in testCreateRemoteConfig()
171 if (DeviceSelectionOptions.DeviceRequestedType.GCE_DEVICE.equals( in run()176 DeviceSelectionOptions.DeviceRequestedType.EXISTING_DEVICE.name()); in run()
35 import com.android.tradefed.device.DeviceSelectionOptions.DeviceRequestedType;712 .setDeviceTypeRequested(DeviceRequestedType.NULL_DEVICE); in createRemoteConfig()