HomeSort by relevance Sort by last modified time
    Searched refs:fetchUrl (Results 1 - 4 of 4) sorted by null

  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
SdkSource.java 286 InputStream xml = fetchUrl(url, monitor.createSubMonitor(1), exception);
313 xml = fetchUrl(newUrl, subMonitor.createSubMonitor(1), exception);
342 xml = fetchUrl(url, monitor.createSubMonitor(1), exception);
415 xml = fetchUrl(url, subMonitor.createSubMonitor(1), null /* outException */);
544 private InputStream fetchUrl(String urlString, ITaskMonitor monitor, Exception[] outException) {
    [all...]
AddonsListFetcher.java 103 ByteArrayInputStream xml = fetchUrl(url, monitor.createSubMonitor(1), exception);
188 private ByteArrayInputStream fetchUrl(String urlString, ITaskMonitor monitor,
ArchiveInstaller.java 217 if (fetchUrl(archive, tmpFile, link, pkgName, monitor)) {
297 private boolean fetchUrl(Archive archive,
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 772 milliseconds