Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceManager.java251 if (getTestDeviceOptions().getSerivceAccountJsonKeyFile() != null) { in buildGceCmd()
253 gceArgs.add(getTestDeviceOptions().getSerivceAccountJsonKeyFile().getAbsolutePath()); in buildGceCmd()
299 if (getTestDeviceOptions().getSerivceAccountJsonKeyFile() != null) { in shutdownGce()
302 getTestDeviceOptions().getSerivceAccountJsonKeyFile().getAbsolutePath()); in shutdownGce()
581 getTestDeviceOptions().getSerivceAccountJsonKeyFile(), in logSerialOutput()
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDeviceOptions.java523 public File getSerivceAccountJsonKeyFile() { in getSerivceAccountJsonKeyFile() method in TestDeviceOptions