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

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

Completed in 243 milliseconds