OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matchScore
(Results
1 - 2
of
2
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactMatcher.java
160
* contactId -
MatchScore
map.
162
public static class
MatchScore
implements Comparable<
MatchScore
> {
170
public
MatchScore
(long contactId) {
228
public int compareTo(
MatchScore
another) {
239
private final HashMap<Long,
MatchScore
> mScores = new HashMap<Long,
MatchScore
>();
240
private final ArrayList<
MatchScore
> mScoreList = new ArrayList<
MatchScore
>();
246
private
MatchScore
getMatchingScore(long contactId)
[
all
...]
ContactAggregator.java
19
import com.android.providers.contacts.ContactMatcher.
MatchScore
;
[
all
...]
Completed in 39 milliseconds