Searched refs:getExtraOxygenArgs (Results 1 – 4 of 4) sorted by relevance
153 return deviceOptions.getExtraOxygenArgs().containsKey("no_wait_for_boot"); in noWaitForBootSpecified()163 if (!deviceOptions.getExtraOxygenArgs().containsKey("override_cvd_path")) { in getOverrideCvdPath()167 return deviceOptions.getExtraOxygenArgs().get("override_cvd_path"); in getOverrideCvdPath()273 for (Map.Entry<String, String> arg : deviceOptions.getExtraOxygenArgs().entrySet()) { in leaseDevice()340 for (Map.Entry<String, String> arg : deviceOptions.getExtraOxygenArgs().entrySet()) { in leaseMultipleDevices()380 for (Map.Entry<String, String> arg : deviceOptions.getExtraOxygenArgs().entrySet()) { in release()
190 } else if (mDevice.getOptions().getExtraOxygenArgs().containsKey("use_cvd")) { in createHostOrchestratorTunnel()
998 public Map<String, String> getExtraOxygenArgs() { in getExtraOxygenArgs() method in TestDeviceOptions
987 if (options.useOxygenationDevice() || options.getExtraOxygenArgs().containsKey("use_cvd")) { in useCvdCF()