Searched refs:gatheredSuggestions (Results 1 – 1 of 1) sorted by relevance
332 public Result(final String[] gatheredSuggestions, final boolean hasRecommendedSuggestions) { in Result() argument333 mSuggestions = gatheredSuggestions; in Result()363 final String[] gatheredSuggestions = in getResult() local371 return new Result(gatheredSuggestions, hasRecommendedSuggestions); in getResult()