HomeSort by relevance Sort by last modified time
    Searched defs:applyPrefixHighlight (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/format/
TextHighlighter.java 48 view.setText(applyPrefixHighlight(text, prefix));
72 public CharSequence applyPrefixHighlight(CharSequence text, String prefix) {
  /packages/apps/Dialer/java/com/android/contacts/common/format/
TextHighlighter.java 44 view.setText(applyPrefixHighlight(text, prefix));
69 public CharSequence applyPrefixHighlight(CharSequence text, String prefix) {

Completed in 638 milliseconds