Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDeviceOptions.java36 GCE, enumConstant
155 private InstanceType mInstanceType = InstanceType.GCE;
622 case GCE: in getCreateCommandByInstanceType()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DRemoteAndroidVirtualDevice.java227 if (InstanceType.GCE.equals(type) || InstanceType.REMOTE_AVD.equals(type)) { in getSshBugreport()
DGceSshTunnelMonitor.java204 if (InstanceType.GCE.equals(mDeviceOptions.getInstanceType()) in initGce()