Searched refs:SECONDARY_HIT_LIMIT_STRING (Results 1 – 3 of 3) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator.java | 790 mSelectionArgs2, null, null, null, SECONDARY_HIT_LIMIT_STRING); in updateMatchScoresBasedOnEmailMatches() 807 mSelectionArgs2, null, null, null, SECONDARY_HIT_LIMIT_STRING); in updateMatchScoresBasedOnPhoneMatches()
|
D | ContactAggregator2.java | 615 mSelectionArgs2, null, null, null, SECONDARY_HIT_LIMIT_STRING); in updateMatchScoresBasedOnEmailMatches() 672 mSelectionArgs2, null, null, null, SECONDARY_HIT_LIMIT_STRING); in updateMatchScoresBasedOnPhoneMatches()
|
D | AbstractContactAggregator.java | 133 protected static final String SECONDARY_HIT_LIMIT_STRING = String.valueOf(SECONDARY_HIT_LIMIT); field in AbstractContactAggregator
|