Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DTestDeviceOptions.java602 public String getGceAccount() { in getGceAccount() method in TestDeviceOptions
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceManager.java332 if (getTestDeviceOptions().getGceAccount() != null) { in buildGceCmd()
334 gceArgs.add(getTestDeviceOptions().getGceAccount()); in buildGceCmd()