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.java636 if (getTestDeviceOptions().getServiceAccountJsonKeyFile() != null) { in buildGceCmd()
638 gceArgs.add(getTestDeviceOptions().getServiceAccountJsonKeyFile().getAbsolutePath()); in buildGceCmd()
775 if (options.getServiceAccountJsonKeyFile() != null) { in buildShutdownCommand()
777 gceArgs.add(options.getServiceAccountJsonKeyFile().getAbsolutePath()); in buildShutdownCommand()
1227 getTestDeviceOptions().getServiceAccountJsonKeyFile(), in logSerialOutput()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DTestDeviceOptions.java771 public File getServiceAccountJsonKeyFile() { in getServiceAccountJsonKeyFile() method in TestDeviceOptions