Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceManager.java311 if (getTestDeviceOptions().getServiceAccountJsonKeyFile() != null) { in buildGceCmd()
314 getTestDeviceOptions().getServiceAccountJsonKeyFile().getAbsolutePath()); in buildGceCmd()
404 if (options.getServiceAccountJsonKeyFile() != null) { in AcloudShutdown()
406 gceArgs.add(options.getServiceAccountJsonKeyFile().getAbsolutePath()); in AcloudShutdown()
698 getTestDeviceOptions().getServiceAccountJsonKeyFile(), in logSerialOutput()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DTestDeviceOptions.java548 public File getServiceAccountJsonKeyFile() { in getServiceAccountJsonKeyFile() method in TestDeviceOptions