Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListItemView.java1608 return snippetize(matched.line, matched.startIndex, lengthThreshold); in updateSnippet()
1618 private String snippetize(String line, int matchIndex, int maxLength) { in snippetize() method in ContactListItemView