Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/net/
DHttpHelper.java196 GetRequestRunnable runnable = new GetRequestRunnable(url, false); in doGetWithRetry()
216 GetRequestRunnable runnable = new GetRequestRunnable(url, true); in doGetIgnoreWithRetry()
305 private class GetRequestRunnable extends RequestRunnable { class in HttpHelper
308 public GetRequestRunnable(String url, boolean ignoreResult) { in GetRequestRunnable() method in HttpHelper.GetRequestRunnable