OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mScores
(Results
1 - 2
of
2
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactMatcher.java
156
private final HashMap<Long, MatchScore>
mScores
= new HashMap<Long, MatchScore>();
164
MatchScore matchingScore =
mScores
.get(contactId);
174
mScores
.put(contactId, matchingScore);
273
mScores
.clear();
RawContactMatcher.java
161
private final HashMap<Long, MatchScore>
mScores
= new HashMap<Long, MatchScore>();
169
MatchScore matchingScore =
mScores
.get(rawContactId);
179
mScores
.put(rawContactId, matchingScore);
276
mScores
.clear();
Completed in 36 milliseconds