Searched refs:useOxygen (Results 1 – 4 of 4) sorted by relevance
233 (!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()
206 if (options.useOxygen()) { in fetchCommonFiles()
321 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()
863 public boolean useOxygen() { in useOxygen() method in TestDeviceOptions