Home
last modified time | relevance | path

Searched defs:getStorage (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSHelper.java46 public static Storage getStorage(Collection<String> scopes, File keyFile) throws IOException { in getStorage() method in GCSHelper
DGCSCommon.java60 protected Storage getStorage(Collection<String> scopes) throws IOException { in getStorage() method in GCSCommon
DGCSFileUploader.java94 protected Storage getStorage(Collection<String> scopes) throws IOException { in getStorage() method in GCSFileUploader
DGCSFileDownloader.java86 protected Storage getStorage(Collection<String> scopes) throws IOException { in getStorage() method in GCSFileDownloader
/tools/tradefederation/core/common_util/com/android/tradefed/util/gcs/
DGCSCommon.java48 protected Storage getStorage(Collection<String> scopes) throws IOException { in getStorage() method in GCSCommon
DGCSFileDownloaderBase.java72 protected Storage getStorage() throws IOException { in getStorage() method in GCSFileDownloaderBase