Searched defs:cursorList (Results 1 – 2 of 2) sorted by relevance
81 List<Cursor> cursorList = new ArrayList<>(); in insertHeaders() local
154 val cursorList = mutableListOf<Cursor>() in loadInBackground() constant