Searched refs:mScores (Results 1 – 2 of 2) sorted by relevance
156 private final ArrayMap<Long, MatchScore> mScores = new ArrayMap<>(); field in ContactMatcher164 MatchScore matchingScore = mScores.get(contactId); in getMatchingScore()174 mScores.put(contactId, matchingScore); in getMatchingScore()273 mScores.clear(); in clear()
161 private final ArrayMap<Long, MatchScore> mScores = new ArrayMap<>(); field in RawContactMatcher169 MatchScore matchingScore = mScores.get(rawContactId); in getMatchingScore()179 mScores.put(rawContactId, matchingScore); in getMatchingScore()276 mScores.clear(); in clear()