HomeSort by relevance Sort by last modified time
    Searched refs:MatchedLine (Results 1 - 3 of 3) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
SearchUtil.java 26 public static class MatchedLine {
33 return "MatchedLine{" +
46 * @return A MatchedLine object containing the matching line and the startIndex of the substring
49 public static MatchedLine findMatchingLine(String contents, String substring) {
50 final MatchedLine matched = new MatchedLine();
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/
SearchUtilTest.java 33 SearchUtil.MatchedLine matched = SearchUtil.findMatchingLine(actual, "poten");
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java     [all...]

Completed in 107 milliseconds