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

  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/
SearchUtilTest.java 33 SearchUtil.MatchedLine matched = SearchUtil.findMatchingLine(actual, "poten");
38 matched = SearchUtil.findMatchingLine(actual, "hello");
43 matched = SearchUtil.findMatchingLine(actual, "this");
48 matched = SearchUtil.findMatchingLine(actual, "punc");
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
SearchUtil.java 49 public static MatchedLine findMatchingLine(String contents, String substring) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java     [all...]

Completed in 159 milliseconds