Searched refs:getGceDriverParams (Results 1 – 5 of 5) sorted by relevance
327 mOptions.getGceDriverParams().add("--boot-timeout"); in testStartGce_timeout()328 mOptions.getGceDriverParams().add("900"); in testStartGce_timeout()919 mOptions.getGceDriverParams().add("--boot-timeout"); in testUpdateTimeout()920 mOptions.getGceDriverParams().add("900"); in testUpdateTimeout()930 mOptions.getGceDriverParams().add("--boot-timeout"); in testUpdateTimeout_multiBootTimeout()931 mOptions.getGceDriverParams().add("900"); in testUpdateTimeout_multiBootTimeout()932 mOptions.getGceDriverParams().add("--boot-timeout"); in testUpdateTimeout_multiBootTimeout()933 mOptions.getGceDriverParams().add("450"); in testUpdateTimeout_multiBootTimeout()944 mOptions.getGceDriverParams().add("--someargs"); in testUpdateTimeout_noBootTimeout()945 mOptions.getGceDriverParams().add("900"); in testUpdateTimeout_noBootTimeout()
94 int index = deviceOptions.getGceDriverParams().lastIndexOf("--boot-timeout"); in GceManager()95 if (index != -1 && deviceOptions.getGceDriverParams().size() > index + 1) { in GceManager()96 String driverTimeoutStringSec = deviceOptions.getGceDriverParams().get(index + 1); in GceManager()270 List<String> gceDriverParams = getTestDeviceOptions().getGceDriverParams(); in buildGceCmd()
582 public List<String> getGceDriverParams() { in getGceDriverParams() method in TestDeviceOptions
314 options.getGceDriverParams()); in acloudCreate()
182 options.getGceDriverParams().add("-test"); in setUp()