Searched refs:shouldDelay (Results 1 – 1 of 1) sorted by relevance
294 private void postResumeSuggestionsInternal(final boolean shouldDelay, in postResumeSuggestionsInternal() argument307 if (shouldDelay) { in postResumeSuggestionsInternal()315 public void postResumeSuggestions(final boolean shouldDelay) { in postResumeSuggestions() argument316 postResumeSuggestionsInternal(shouldDelay, false /* forStartInput */); in postResumeSuggestions()319 public void postResumeSuggestionsForStartInput(final boolean shouldDelay) { in postResumeSuggestionsForStartInput() argument320 postResumeSuggestionsInternal(shouldDelay, true /* forStartInput */); in postResumeSuggestionsForStartInput()