Searched refs:doGetWithRetry (Results 1 – 3 of 3) sorted by relevance
150 assertEquals(TEST_DATA, mHelper.doGetWithRetry(TEST_URL_STRING)); in testDoGetWithRetry()168 mHelper.doGetWithRetry(TEST_URL_STRING); in testDoGetWithRetry_datasize()189 mHelper.doGetWithRetry(TEST_URL_STRING); in testDoGetWithRetry_ioexception()224 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