Searched defs:formatSuggestion (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ | ||
H A D | SuggestionNonFormatter.java | 30 public CharSequence formatSuggestion(String query, String suggestion) { in formatSuggestion() method in SuggestionNonFormatter |
H A D | SuggestionFormatter.java | 40 public abstract CharSequence formatSuggestion(String query, String suggestion); in formatSuggestion() method in SuggestionFormatter |
H A D | LevenshteinSuggestionFormatter.java | 40 public Spanned formatSuggestion(String query, String suggestion) { in formatSuggestion() method in LevenshteinSuggestionFormatter |