Home
last modified time | relevance | path

Searched refs:addGceDriverParams (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DRemoteInvocationExecution.java156 options.addGceDriverParams("--num-avds-per-instance"); in customizeDevicePreInvocation()
158 options.addGceDriverParams(count); in customizeDevicePreInvocation()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DTestDeviceOptions.java810 public void addGceDriverParams(String param) { in addGceDriverParams() method in TestDeviceOptions