Searched refs:doCreateCredentialFromJsonKeyFile (Results 1 – 2 of 2) sorted by relevance
70 return getInstance().doCreateCredentialFromJsonKeyFile(file, scopes); in createCredentialFromJsonKeyFile()74 Credentials doCreateCredentialFromJsonKeyFile(File file, Collection<String> scopes) in doCreateCredentialFromJsonKeyFile() method in GoogleApiClientUtil177 return doCreateCredentialFromJsonKeyFile(keyFile, scopes); in doCreateCredential()
60 Credentials doCreateCredentialFromJsonKeyFile(File file, Collection<String> scopes) in doCreateCredentialFromJsonKeyFile() method in GoogleApiClientUtilTest.StubGoogleApiClientUtil