Home
last modified time | relevance | path

Searched refs:useOxygen (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceManager.java233 (!Strings.isNullOrEmpty(ipDevice) || getTestDeviceOptions().useOxygen()); in startGce()
234 if (getTestDeviceOptions().useOxygen() || getTestDeviceOptions().useOxygenationDevice()) { in startGce()
688 if (getTestDeviceOptions().useOxygen() || getTestDeviceOptions().useOxygenationDevice()) { in shutdownGce()
907 if (options.useOxygen()) { in getNestedDeviceSshBugreportz()
920 if (options.useOxygen()) { in getNestedDeviceSshBugreportz()
950 if (options.useOxygen()) { in getNestedDeviceSshBugreportz()
1032 if ((options.useOxygen() || InstanceType.GCE.equals(options.getInstanceType())) in logNestedRemoteFile()
1044 if (options.useOxygen() && remoteFile != null) { in logNestedRemoteFile()
DCommonLogRemoteFileUtil.java206 if (options.useOxygen()) { in fetchCommonFiles()
/tools/tradefederation/core/src/com/android/tradefed/device/connection/
DAdbSshConnection.java321 if (getDevice().getOptions().useOxygen()) { in tearDownConnection()
400 if (getDevice().getOptions().useOxygen()) { in launchGce()
565 if (getDevice().getOptions().useOxygen()) { in powerwashGce()
637 if (getDevice().getOptions().useOxygen()) { in commandBuilder()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DTestDeviceOptions.java863 public boolean useOxygen() { in useOxygen() method in TestDeviceOptions