Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
H A DRawContactMatcher.java52 private static final int IDENTITY_MATCH_SCORE = 71; field in RawContactMatcher
243 updateSecondaryScore(rawContactId, contactId, accountId, IDENTITY_MATCH_SCORE); in matchIdentity()