Searched refs:getSerivceAccountJsonKeyFile (Results 1 – 2 of 2) sorted by relevance
251 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()
523 public File getSerivceAccountJsonKeyFile() { in getSerivceAccountJsonKeyFile() method in TestDeviceOptions