Home
last modified time | relevance | path

Searched refs:createCredentialFromJsonKeyFile (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DRestApiHelper.java81 GoogleApiClientUtil.createCredentialFromJsonKeyFile(jsonKeyFile, scopes); in newInstanceWithGoogleCredential()
/tools/tradefederation/core/common_util/com/android/tradefed/util/gcs/
DGoogleApiClientUtilBase.java77 public static Credentials createCredentialFromJsonKeyFile(File file, Collection<String> scopes) in createCredentialFromJsonKeyFile() method in GoogleApiClientUtilBase
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceManager.java1302 return GoogleApiClientUtil.createCredentialFromJsonKeyFile(jsonKeyFile, SCOPES); in createCredential()
1306 return GoogleApiClientUtil.createCredentialFromJsonKeyFile(jsonKeyFile, SCOPES); in createCredential()