Searched refs:postResetCaches (Results 1 – 2 of 2) sorted by relevance
323 public void postResetCaches(final boolean tryResumeSuggestions, final int remainingTries) { in postResetCaches() method in LatinIME.UIHandler926 mHandler.postResetCaches(isDifferentTextField, 5 /* remainingTries */); in onStartInputViewInternal()
2231 handler.postResetCaches(tryResumeSuggestions, remainingTries - 1); in retryResetCachesAndReturnSuccess()