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()
DGoogleApiClientUtil.java68 public static Credentials createCredentialFromJsonKeyFile(File file, Collection<String> scopes) in createCredentialFromJsonKeyFile() method in GoogleApiClientUtil
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceManager.java1194 return GoogleApiClientUtil.createCredentialFromJsonKeyFile(jsonKeyFile, SCOPES); in createCredential()
1198 return GoogleApiClientUtil.createCredentialFromJsonKeyFile(jsonKeyFile, SCOPES); in createCredential()