Home
last modified time | relevance | path

Searched refs:mScores (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactMatcher.java156 private final ArrayMap<Long, MatchScore> mScores = new ArrayMap<>(); field in ContactMatcher
164 MatchScore matchingScore = mScores.get(contactId); in getMatchingScore()
174 mScores.put(contactId, matchingScore); in getMatchingScore()
273 mScores.clear(); in clear()
DRawContactMatcher.java161 private final ArrayMap<Long, MatchScore> mScores = new ArrayMap<>(); field in RawContactMatcher
169 MatchScore matchingScore = mScores.get(rawContactId); in getMatchingScore()
179 mScores.put(rawContactId, matchingScore); in getMatchingScore()
276 mScores.clear(); in clear()