Searched refs:remainingTries (Results 1 – 2 of 2) sorted by relevance
2224 final int remainingTries, final LatinIME.UIHandler handler) { in retryResetCachesAndReturnSuccess() argument2230 if (0 < remainingTries) { in retryResetCachesAndReturnSuccess()2231 handler.postResetCaches(tryResumeSuggestions, remainingTries - 1); in retryResetCachesAndReturnSuccess()
323 public void postResetCaches(final boolean tryResumeSuggestions, final int remainingTries) { in postResetCaches() argument326 remainingTries, null)); in postResetCaches()