Home
last modified time | relevance | path

Searched refs:remainingTries (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java2224 final int remainingTries, final LatinIME.UIHandler handler) { in retryResetCachesAndReturnSuccess() argument
2230 if (0 < remainingTries) { in retryResetCachesAndReturnSuccess()
2231 handler.postResetCaches(tryResumeSuggestions, remainingTries - 1); in retryResetCachesAndReturnSuccess()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java355 public void postResetCaches(final boolean tryResumeSuggestions, final int remainingTries) { in postResetCaches() argument
358 remainingTries, null)); in postResetCaches()