Home
last modified time | relevance | path

Searched refs:getInstanceType (Results 1 – 8 of 8) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DRemoteAndroidVirtualDevice.java61 InstanceType type = getOptions().getInstanceType(); in getTombstones()
DGceSshTunnelMonitor.java205 if (InstanceType.GCE.equals(mDeviceOptions.getInstanceType()) in initGce()
206 || InstanceType.REMOTE_AVD.equals(mDeviceOptions.getInstanceType())) { in initGce()
DCommonLogRemoteFileUtil.java230 KNOWN_FILES_TO_FETCH.get(options.getInstanceType()); in fetchCommonFiles()
337 InstanceType type = options.getInstanceType(); in fetchTombstones()
DGceManager.java557 getTestDeviceOptions().getInstanceType())); in buildGceCmd()
560 getTestDeviceOptions().getInstanceType())) { in buildGceCmd()
630 getTestDeviceOptions().getInstanceType(), in buildGceCmd()
1032 if ((options.useOxygen() || InstanceType.GCE.equals(options.getInstanceType())) in logNestedRemoteFile()
/tools/tradefederation/core/src/com/android/tradefed/device/connection/
DDefaultConnection.java63 final InstanceType type = device.getOptions().getInstanceType(); in createConnection()
DAdbSshConnection.java493 InstanceType type = getDevice().getOptions().getInstanceType(); in getSshBugreport()
903 InstanceType type = getDevice().getOptions().getInstanceType(); in getTombstones()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DTestDeviceOptions.java693 public InstanceType getInstanceType() { in getInstanceType() method in TestDeviceOptions
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java2988 TestDeviceOptions.INSTANCE_TYPE_OPTION, getOptions().getInstanceType().toString()); in startMicrodroid()