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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListItemView.java1618 private String snippetize(String line, int matchIndex, int maxLength) { argument
1626 int index = matchIndex;
1641 index = matchIndex - 1;
1643 int startTokenIndex = matchIndex;

Completed in 34 milliseconds