Searched refs:doGetWithRetry (Results 1 – 3 of 3) sorted by relevance
143 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()
108 public String doGetWithRetry(String url) throws IOException, DataSizeException; in doGetWithRetry() method
195 public String doGetWithRetry(String url) throws IOException, DataSizeException { in doGetWithRetry() method in HttpHelper