Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DNameDistance.java35 private final int mMaxLength; field in NameDistance
46 mMaxLength = maxLength; in NameDistance()
57 mMaxLength = 0; in NameDistance()
93 if (length1 > mMaxLength) { in getDistance()
94 length1 = mMaxLength; in getDistance()
98 if (length2 > mMaxLength) { in getDistance()
99 length2 = mMaxLength; in getDistance()