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