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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListItemView.java1604 // Most contact strings are short so the snippetize method will be called infrequently.
1608 return snippetize(matched.line, matched.startIndex, lengthThreshold);
1618 private String snippetize(String line, int matchIndex, int maxLength) { method in class:ContactListItemView

Completed in 14 milliseconds