Searched refs:maxSuggestions (Results 1 – 1 of 1) sorted by relevance
329 int maxSuggestions, in Request() argument334 mMaxSuggestions = maxSuggestions; in Request()343 int maxSuggestions = in.readInt(); in readFromParcel() local352 maxSuggestions, in readFromParcel()510 public Builder setMaxSuggestions(@IntRange(from = -1) int maxSuggestions) { in setMaxSuggestions()511 mMaxSuggestions = Preconditions.checkArgumentNonnegative(maxSuggestions); in setMaxSuggestions()