Searched refs:getInstanceType (Results 1 – 7 of 7) sorted by relevance
217 getTestDeviceOptions().getInstanceType())); in buildGceCmd()222 getTestDeviceOptions().getInstanceType())) { in buildGceCmd()247 getTestDeviceOptions().getInstanceType(), in buildGceCmd()
204 if (InstanceType.GCE.equals(mDeviceOptions.getInstanceType()) in initGce()205 || InstanceType.REMOTE_AVD.equals(mDeviceOptions.getInstanceType())) { in initGce()
106 List<KnownLogFileEntry> toFetch = KNOWN_FILES_TO_FETCH.get(options.getInstanceType()); in fetchCommonFiles()
139 CommonLogRemoteFileUtil.KNOWN_FILES_TO_FETCH.get(getOptions().getInstanceType()); in logDebugFiles()
224 InstanceType type = getOptions().getInstanceType(); in getSshBugreport()
99 InstanceType type = mOptions.getInstanceType(); in postAdbReboot()
477 public InstanceType getInstanceType() { in getInstanceType() method in TestDeviceOptions