Searched refs:resultString (Results 1 – 1 of 1) sorted by relevance
168 String resultString = downloadUrl(url); in doInBackground() local169 if (resultString != null) { in doInBackground()170 result = new Result(resultString); in doInBackground()