Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java1732 final int lengthThreshold = getResources().getInteger( in updateSnippet() local
1734 if (matched.line.length() > lengthThreshold) { in updateSnippet()
1735 return snippetize(matched.line, matched.startIndex, lengthThreshold); in updateSnippet()