Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceManager.java217 getTestDeviceOptions().getInstanceType())); in buildGceCmd()
222 getTestDeviceOptions().getInstanceType())) { in buildGceCmd()
247 getTestDeviceOptions().getInstanceType(), in buildGceCmd()
DGceSshTunnelMonitor.java204 if (InstanceType.GCE.equals(mDeviceOptions.getInstanceType()) in initGce()
205 || InstanceType.REMOTE_AVD.equals(mDeviceOptions.getInstanceType())) { in initGce()
DCommonLogRemoteFileUtil.java106 List<KnownLogFileEntry> toFetch = KNOWN_FILES_TO_FETCH.get(options.getInstanceType()); in fetchCommonFiles()
DNestedRemoteDevice.java139 CommonLogRemoteFileUtil.KNOWN_FILES_TO_FETCH.get(getOptions().getInstanceType()); in logDebugFiles()
DRemoteAndroidVirtualDevice.java224 InstanceType type = getOptions().getInstanceType(); in getSshBugreport()
/tools/tradefederation/core/src/com/android/tradefed/device/
DRemoteAndroidDevice.java99 InstanceType type = mOptions.getInstanceType(); in postAdbReboot()
DTestDeviceOptions.java477 public InstanceType getInstanceType() { in getInstanceType() method in TestDeviceOptions