Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceManager.java667 return GoogleApiClientUtil.createCredentialFromJsonKeyFile(jsonKeyFile, SCOPES); in createCredential()
671 return GoogleApiClientUtil.createCredentialFromJsonKeyFile(jsonKeyFile, SCOPES); in createCredential()
/tools/tradefederation/core/src/com/android/tradefed/util/
DRestApiHelper.java98 GoogleApiClientUtil.createCredentialFromJsonKeyFile(jsonKeyFile, scopes); in newInstanceWithGoogleCredential()
DGoogleApiClientUtil.java66 public static GoogleCredential createCredentialFromJsonKeyFile( in createCredentialFromJsonKeyFile() method in GoogleApiClientUtil