Searched refs:addMatches (Results 1 – 1 of 1) sorted by relevance
255 addMatches(context, queryMatches, cursor.getString(Projections.DISPLAY_NAME)); in buildContactSearchTree()256 addMatches(context, queryMatches, cursor.getString(Projections.COMPANY_NAME)); in buildContactSearchTree()257 addMatches(context, queryMatches, cursor.getString(Projections.NICKNAME)); in buildContactSearchTree()283 private static void addMatches(Context context, Set<String> existingMatches, String phrase) { in addMatches() method in ContactFilterCursor