Searched refs:tryResumeSuggestions (Results 1 – 2 of 2) sorted by relevance
2223 public boolean retryResetCachesAndReturnSuccess(final boolean tryResumeSuggestions, in retryResetCachesAndReturnSuccess() argument2231 handler.postResetCaches(tryResumeSuggestions, remainingTries - 1); in retryResetCachesAndReturnSuccess()2238 if (tryResumeSuggestions) { in retryResetCachesAndReturnSuccess()
323 public void postResetCaches(final boolean tryResumeSuggestions, final int remainingTries) { in postResetCaches() argument325 sendMessage(obtainMessage(MSG_RESET_CACHES, tryResumeSuggestions ? 1 : 0, in postResetCaches()