Searched refs:GoogleApiClientUtil (Results 1 – 5 of 5) sorted by relevance
54 GoogleApiClientUtil.createCredential(scopes, mJsonKeyFile, GCS_JSON_KEY); in getStorage()59 GoogleApiClientUtil.configureRetryStrategy( in getStorage()60 GoogleApiClientUtil.setHttpTimeout( in getStorage()64 .setApplicationName(GoogleApiClientUtil.APP_NAME) in getStorage()
44 public class GoogleApiClientUtil { class47 private static GoogleApiClientUtil sInstance = null;49 private static GoogleApiClientUtil getInstance() { in getInstance()51 sInstance = new GoogleApiClientUtil(); in getInstance()
78 GoogleApiClientUtil.createCredentialFromP12File(serviceAccount, keyFile, scopes); in newInstanceWithGoogleCredential()98 GoogleApiClientUtil.createCredentialFromJsonKeyFile(jsonKeyFile, scopes); in newInstanceWithGoogleCredential()
35 import com.android.tradefed.util.GoogleApiClientUtil;667 return GoogleApiClientUtil.createCredentialFromJsonKeyFile(jsonKeyFile, SCOPES); in createCredential()671 return GoogleApiClientUtil.createCredentialFromJsonKeyFile(jsonKeyFile, SCOPES); in createCredential()675 return GoogleApiClientUtil.createCredentialFromP12File( in createCredential()
52 static class StubGoogleApiClientUtil extends GoogleApiClientUtil {