Searched refs:getSuggestionFormat (Results 1 – 8 of 8) sorted by relevance
160 assertFieldEquals(message, "format", expected.getSuggestionFormat(),161 observed.getSuggestionFormat());202 && equal(expected.getSuggestionFormat(), observed.getSuggestionFormat())
34 public String getSuggestionFormat() { in getSuggestionFormat() method in AbstractSuggestionWrapper35 return current().getSuggestionFormat(); in getSuggestionFormat()
46 String getSuggestionFormat(); in getSuggestionFormat() method
146 return get().getSuggestionFormat(); in getString()
168 public String getSuggestionFormat() { in getSuggestionFormat() method in CursorBackedSuggestionCursor
57 public String getSuggestionFormat() { in getSuggestionFormat() method in SuggestionData
94 public String getSuggestionFormat() { in getSuggestionFormat() method in AbstractGoogleSourceResult
128 boolean isHtml = "html".equals(suggestion.getSuggestionFormat()); in formatText()