Home
last modified time | relevance | path

Searched refs:SECONDARY_HIT_LIMIT_STRING (Results 1 – 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java788 mSelectionArgs2, null, null, null, SECONDARY_HIT_LIMIT_STRING); in updateMatchScoresBasedOnEmailMatches()
810 mSelectionArgs2, null, null, null, SECONDARY_HIT_LIMIT_STRING); in updateMatchScoresBasedOnPhoneMatches()
817 mSelectionArgs3, null, null, null, SECONDARY_HIT_LIMIT_STRING); in updateMatchScoresBasedOnPhoneMatches()
DContactAggregator2.java613 mSelectionArgs2, null, null, null, SECONDARY_HIT_LIMIT_STRING); in updateMatchScoresBasedOnEmailMatches()
675 mSelectionArgs2, null, null, null, SECONDARY_HIT_LIMIT_STRING); in updateMatchScoresBasedOnPhoneMatches()
682 mSelectionArgs3, null, null, null, SECONDARY_HIT_LIMIT_STRING); in updateMatchScoresBasedOnPhoneMatches()
DAbstractContactAggregator.java132 protected static final String SECONDARY_HIT_LIMIT_STRING = String.valueOf(SECONDARY_HIT_LIMIT); field in AbstractContactAggregator