Searched refs:GoogleApiClientUtil (Results 1 – 5 of 5) sorted by relevance
60 GoogleApiClientUtil.createCredential( in getStorage()67 GoogleApiClientUtil.configureRetryStrategy( in getStorage()68 GoogleApiClientUtil.setHttpTimeout( in getStorage()72 .setApplicationName(GoogleApiClientUtil.APP_NAME) in getStorage()
46 public class GoogleApiClientUtil { class49 private static GoogleApiClientUtil sInstance = null;51 private static GoogleApiClientUtil getInstance() { in getInstance()53 sInstance = new GoogleApiClientUtil(); in getInstance()
81 GoogleApiClientUtil.createCredentialFromJsonKeyFile(jsonKeyFile, scopes); in newInstanceWithGoogleCredential()
54 static class StubGoogleApiClientUtil extends GoogleApiClientUtil {
39 import com.android.tradefed.util.GoogleApiClientUtil;1194 return GoogleApiClientUtil.createCredentialFromJsonKeyFile(jsonKeyFile, SCOPES); in createCredential()1198 return GoogleApiClientUtil.createCredentialFromJsonKeyFile(jsonKeyFile, SCOPES); in createCredential()