Home
last modified time | relevance | path

Searched refs:getGceDriverParams (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/cloud/
DGceManagerTest.java327 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()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceManager.java94 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()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DTestDeviceOptions.java582 public List<String> getGceDriverParams() { in getGceDriverParams() method in TestDeviceOptions
/tools/tradefederation/core/src/com/android/tradefed/device/
DLocalAndroidVirtualDevice.java314 options.getGceDriverParams()); in acloudCreate()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DLocalAndroidVirtualDeviceTest.java182 options.getGceDriverParams().add("-test"); in setUp()