Home
last modified time | relevance | path

Searched refs:GoogleApiClientUtil (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSCommon.java54 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()
DGoogleApiClientUtil.java44 public class GoogleApiClientUtil { class
47 private static GoogleApiClientUtil sInstance = null;
49 private static GoogleApiClientUtil getInstance() { in getInstance()
51 sInstance = new GoogleApiClientUtil(); in getInstance()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceManager.java35 import com.android.tradefed.util.GoogleApiClientUtil;
547 return GoogleApiClientUtil.createCredentialFromJsonKeyFile(jsonKeyFile, SCOPES); in createCredential()
551 return GoogleApiClientUtil.createCredentialFromJsonKeyFile(jsonKeyFile, SCOPES); in createCredential()
555 return GoogleApiClientUtil.createCredentialFromP12File( in createCredential()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DGoogleApiClientUtilTest.java52 static class StubGoogleApiClientUtil extends GoogleApiClientUtil {