OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCORE_THRESHOLD_PRIMARY
(Results
1 - 4
of
4
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
RawContactMatcher.java
39
public static final int
SCORE_THRESHOLD_PRIMARY
= 70;
291
if (score.isKeepOut() || score.getPrimaryScore() >
SCORE_THRESHOLD_PRIMARY
){
295
if (score.getSecondaryScore() >=
SCORE_THRESHOLD_PRIMARY
) {
322
if (score.getPrimaryScore() >=
SCORE_THRESHOLD_PRIMARY
||
ContactMatcher.java
38
public static final int
SCORE_THRESHOLD_PRIMARY
= 70;
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java
493
mMatcher.pickBestMatches(ContactMatcher.
SCORE_THRESHOLD_PRIMARY
);
641
ContactMatcher.
SCORE_THRESHOLD_PRIMARY
);
675
long bestMatch = matcher.pickBestMatch(ContactMatcher.
SCORE_THRESHOLD_PRIMARY
, false);
[
all
...]
ContactAggregator2.java
19
import static com.android.providers.contacts.aggregation.util.RawContactMatcher.
SCORE_THRESHOLD_PRIMARY
;
478
mMatcher.pickBestMatches(
SCORE_THRESHOLD_PRIMARY
);
[
all
...]
Completed in 40 milliseconds