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