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