Home
last modified time | relevance | path

Searched refs:GoogleApiClientUtil (Results 1 – 5 of 5) 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()
DRestApiHelper.java78 GoogleApiClientUtil.createCredentialFromP12File(serviceAccount, keyFile, scopes); in newInstanceWithGoogleCredential()
98 GoogleApiClientUtil.createCredentialFromJsonKeyFile(jsonKeyFile, scopes); in newInstanceWithGoogleCredential()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceManager.java35 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()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DGoogleApiClientUtilTest.java52 static class StubGoogleApiClientUtil extends GoogleApiClientUtil {