Searched refs:mScores (Results 1 – 3 of 3) sorted by relevance
43 private final Float[] mScores; field in FolderNameInfos48 mScores = new Float[FolderNameProvider.SUGGEST_MAX]; in FolderNameInfos()88 mScores[index] = score; in setLabel()107 return mScores; in getScores()
154 private final ArrayMap<Long, MatchScore> mScores = new ArrayMap<>(); field in ContactMatcher162 MatchScore matchingScore = mScores.get(contactId); in getMatchingScore()172 mScores.put(contactId, matchingScore); in getMatchingScore()271 mScores.clear(); in clear()
159 private final ArrayMap<Long, MatchScore> mScores = new ArrayMap<>(); field in RawContactMatcher167 MatchScore matchingScore = mScores.get(rawContactId); in getMatchingScore()177 mScores.put(rawContactId, matchingScore); in getMatchingScore()274 mScores.clear(); in clear()