Home
last modified time | relevance | path

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

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