Searched refs:reconstructedSuggestions (Results 1 – 1 of 1) sorted by relevance
471 final SuggestionsInfo[] reconstructedSuggestions = new SuggestionsInfo[querySize]; in reconstructSuggestions() local485 reconstructedSuggestions[i] = result != null ? result : EMPTY_SUGGESTIONS_INFO; in reconstructSuggestions()487 final int size = reconstructedSuggestions[i].getSuggestionsCount(); in reconstructSuggestions()489 + (size > 0 ? reconstructedSuggestions[i].getSuggestionAt(0) in reconstructSuggestions()494 return new SentenceSuggestionsInfo(reconstructedSuggestions, offsets, lengths); in reconstructSuggestions()