Searched refs:mInlineSuggestions (Results 1 – 3 of 3) sorted by relevance
46 private final List<InlineSuggestion> mInlineSuggestions; field in InlineSuggestionsResponse92 this.mInlineSuggestions = inlineSuggestions; in InlineSuggestionsResponse()94 NonNull.class, null, mInlineSuggestions); in InlineSuggestionsResponse()111 return mInlineSuggestions; in getInlineSuggestions()121 "inlineSuggestions = " + mInlineSuggestions + in toString()138 && java.util.Objects.equals(mInlineSuggestions, that.mInlineSuggestions); in equals()148 _hash = 31 * _hash + java.util.Objects.hashCode(mInlineSuggestions); in hashCode()158 dest.writeParcelableList(mInlineSuggestions, flags); in writeToParcel()175 this.mInlineSuggestions = inlineSuggestions; in InlineSuggestionsResponse()177 NonNull.class, null, mInlineSuggestions); in InlineSuggestionsResponse()
50 private @Nullable List<Dataset> mInlineSuggestions; field in FillResponse98 this.mInlineSuggestions = inlineSuggestions; in FillResponse()122 return mInlineSuggestions; in getInlineSuggestions()145 private @Nullable List<Dataset> mInlineSuggestions; field in FillResponse.Builder172 mInlineSuggestions = value; in setInlineSuggestions()180 if (mInlineSuggestions == null) setInlineSuggestions(new ArrayList<>()); in addInlineSuggestion()181 mInlineSuggestions.add(value); in addInlineSuggestion()207 mInlineSuggestions = defaultInlineSuggestions(); in build()214 mInlineSuggestions, in build()
73 private final ArrayList<InlineSuggestion> mInlineSuggestions; field in InlineFillUi181 mInlineSuggestions = new ArrayList<>(size); in InlineFillUi()185 mInlineSuggestions.add(value.second); in InlineFillUi()199 mInlineSuggestions = new ArrayList<>(size); in InlineFillUi()203 mInlineSuggestions.add(value.second); in InlineFillUi()216 mInlineSuggestions = new ArrayList<>(); in InlineFillUi()217 mInlineSuggestions.add(inlineSuggestion); in InlineFillUi()228 mInlineSuggestions = new ArrayList<>(0); in InlineFillUi()246 final int size = mInlineSuggestions.size(); in getInlineSuggestionsResponse()254 inlineSuggestions.add(copy(i, mInlineSuggestions.get(i))); in getInlineSuggestionsResponse()[all …]