Searched refs:FetchInfoTask (Results 1 – 1 of 1) sorted by relevance
61 private class FetchInfoTask extends AsyncTask<Void, Void, List<Map<String, String>>> { class in CalendarDebug176 new FetchInfoTask().execute(); in onCreate()