Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/util/net/
DHttpHelperTest.java143 assertEquals(TEST_DATA, mHelper.doGetWithRetry(TEST_URL_STRING)); in testDoGetWithRetry()
162 mHelper.doGetWithRetry(TEST_URL_STRING); in testDoGetWithRetry_datasize()
184 mHelper.doGetWithRetry(TEST_URL_STRING); in testDoGetWithRetry_ioexception()
220 assertEquals(TEST_DATA, mHelper.doGetWithRetry(TEST_URL_STRING)); in testDoGetWithRetry_retry()
/tools/tradefederation/core/common_util/com/android/tradefed/util/net/
DIHttpHelper.java108 public String doGetWithRetry(String url) throws IOException, DataSizeException; in doGetWithRetry() method
DHttpHelper.java195 public String doGetWithRetry(String url) throws IOException, DataSizeException { in doGetWithRetry() method in HttpHelper