Home
last modified time | relevance | path

Searched refs:jsonKeyFile (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceManager.java512 GceAvdInfo infos, File avdConfigFile, File jsonKeyFile, IRunUtil runUtil) { in getInstanceSerialLog() argument
522 Credential credential = createCredential(config, jsonKeyFile); in getInstanceSerialLog()
544 private static Credential createCredential(AcloudConfigParser config, File jsonKeyFile) in createCredential() argument
546 if (jsonKeyFile != null) { in createCredential()
547 return GoogleApiClientUtil.createCredentialFromJsonKeyFile(jsonKeyFile, SCOPES); in createCredential()
549 jsonKeyFile = in createCredential()
551 return GoogleApiClientUtil.createCredentialFromJsonKeyFile(jsonKeyFile, SCOPES); in createCredential()
/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSFileUploader.java36 public GCSFileUploader(File jsonKeyFile) { in GCSFileUploader() argument
37 super(jsonKeyFile); in GCSFileUploader()
DGCSCommon.java43 public GCSCommon(File jsonKeyFile) { in GCSCommon() argument
44 mJsonKeyFile = jsonKeyFile; in GCSCommon()
DGCSFileDownloader.java57 public GCSFileDownloader(File jsonKeyFile) { in GCSFileDownloader() argument
58 super(jsonKeyFile); in GCSFileDownloader()
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDeviceOptions.java532 public void setServiceAccountJsonKeyFile(File jsonKeyFile) { in setServiceAccountJsonKeyFile() argument
533 mJsonKeyFile = jsonKeyFile; in setServiceAccountJsonKeyFile()