Searched refs:DownloadXmlTask (Results 1 – 1 of 1) sorted by relevance
150 new DownloadXmlTask().execute(URL); in loadPage()191 private class DownloadXmlTask extends AsyncTask<String, Void, String> { class in NetworkActivity