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.java170 long driverTimeoutMs = getTestDeviceOptions().getGceCmdTimeout(); in startGce()
171 if (!getTestDeviceOptions().allowGceCmdTimeoutOverride()) { in startGce()
184 getTestDeviceOptions().getGceCmdTimeout(), in startGce()
254 File avdDriverFile = getTestDeviceOptions().getAvdDriverBinary(); in buildGceCmd()
268 getTestDeviceOptions().getInstanceType())); in buildGceCmd()
270 List<String> gceDriverParams = getTestDeviceOptions().getGceDriverParams(); in buildGceCmd()
273 getTestDeviceOptions().getInstanceType())) { in buildGceCmd()
277 if (getTestDeviceOptions().getCrosUser() != null in buildGceCmd()
278 && getTestDeviceOptions().getCrosPassword() != null) { in buildGceCmd()
280 gceArgs.add(getTestDeviceOptions().getCrosUser()); 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()