Searched refs:shouldDelay (Results 1 – 1 of 1) sorted by relevance
331 private void postResumeSuggestionsInternal(final boolean shouldDelay, in postResumeSuggestionsInternal() argument344 if (shouldDelay) { in postResumeSuggestionsInternal()352 public void postResumeSuggestions(final boolean shouldDelay) { in postResumeSuggestions() argument353 postResumeSuggestionsInternal(shouldDelay, false /* forStartInput */); in postResumeSuggestions()356 public void postResumeSuggestionsForStartInput(final boolean shouldDelay) { in postResumeSuggestionsForStartInput() argument357 postResumeSuggestionsInternal(shouldDelay, true /* forStartInput */); in postResumeSuggestionsForStartInput()