Searched refs:cursorResults (Results 1 – 1 of 1) sorted by relevance
83 public Set<SearchResult> convertCursor(Cursor cursorResults, int baseRank, in convertCursor() argument85 if (cursorResults == null) { in convertCursor()91 while (cursorResults.moveToNext()) { in convertCursor()93 contextMap, cursorResults, baseRank); in convertCursor()