Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListItemView.java1605 final int lengthThreshold = getResources().getInteger( in updateSnippet() local
1607 if (matched.line.length() > lengthThreshold) { in updateSnippet()
1608 return snippetize(matched.line, matched.startIndex, lengthThreshold); in updateSnippet()