Searched refs:sortedContactIds (Results 1 – 1 of 1) sorted by relevance
2060 ArrayList<Long> sortedContactIds = new ArrayList<Long>(limitedMatches.size()); in queryMatchingContacts() local2062 sortedContactIds.add(matchScore.getContactId()); in queryMatchingContacts()2065 Collections.sort(sortedContactIds); in queryMatchingContacts()2071 positionMap[i] = sortedContactIds.indexOf(id); in queryMatchingContacts()