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