Home
last modified time | relevance | path

Searched refs:getTestDeviceOptions (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceManager.java143 getTestDeviceOptions().getGceCmdTimeout(), in startGce()
156 getTestDeviceOptions().getGceCmdTimeout()); in startGce()
214 ArrayUtil.list(getTestDeviceOptions().getAvdDriverBinary().getAbsolutePath()); in buildGceCmd()
217 getTestDeviceOptions().getInstanceType())); in buildGceCmd()
219 List<String> gceDriverParams = getTestDeviceOptions().getGceDriverParams(); in buildGceCmd()
222 getTestDeviceOptions().getInstanceType())) { in buildGceCmd()
247 getTestDeviceOptions().getInstanceType(), in buildGceCmd()
248 getTestDeviceOptions().getBaseImage())); in buildGceCmd()
251 if (getTestDeviceOptions().getSerivceAccountJsonKeyFile() != null) { in buildGceCmd()
253 gceArgs.add(getTestDeviceOptions().getSerivceAccountJsonKeyFile().getAbsolutePath()); in buildGceCmd()
[all …]
DGceSshTunnelMonitor.java120 TestDeviceOptions getTestDeviceOptions() { in getTestDeviceOptions() method in GceSshTunnelMonitor
181 if (!getTestDeviceOptions().getSshPrivateKeyPath().canRead()) { in checkSshKey()
185 if (getTestDeviceOptions().getSshPrivateKeyPath().canRead()) { in checkSshKey()
194 getTestDeviceOptions().getSshPrivateKeyPath().getAbsolutePath())); in checkSshKey()
208 getTestDeviceOptions().getSshPrivateKeyPath(), in initGce()
210 getTestDeviceOptions().getInstanceUser(), in initGce()
231 getTestDeviceOptions().getSshPrivateKeyPath(), in initGce()
233 getTestDeviceOptions().getInstanceUser(), in initGce()
367 getTestDeviceOptions().getSshPrivateKeyPath(), in createSshTunnel()
369 getTestDeviceOptions().getInstanceUser(), in createSshTunnel()