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