Home
last modified time | relevance | path

Searched refs:getSuggestionFormat (Results 1 – 8 of 8) sorted by relevance

/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
DSuggestionCursorUtil.java160 assertFieldEquals(message, "format", expected.getSuggestionFormat(),
161 observed.getSuggestionFormat());
202 && equal(expected.getSuggestionFormat(), observed.getSuggestionFormat())
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DAbstractSuggestionWrapper.java34 public String getSuggestionFormat() { in getSuggestionFormat() method in AbstractSuggestionWrapper
35 return current().getSuggestionFormat(); in getSuggestionFormat()
DSuggestion.java46 String getSuggestionFormat(); in getSuggestionFormat() method
DSuggestionCursorBackedCursor.java146 return get().getSuggestionFormat(); in getString()
DCursorBackedSuggestionCursor.java168 public String getSuggestionFormat() { in getSuggestionFormat() method in CursorBackedSuggestionCursor
DSuggestionData.java57 public String getSuggestionFormat() { in getSuggestionFormat() method in SuggestionData
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DAbstractGoogleSourceResult.java94 public String getSuggestionFormat() { in getSuggestionFormat() method in AbstractGoogleSourceResult
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DDefaultSuggestionView.java128 boolean isHtml = "html".equals(suggestion.getSuggestionFormat()); in formatText()