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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogic.java2220 * @param remainingTries How many times we may try again before giving up.
2224 final int remainingTries, final LatinIME.UIHandler handler) {
2230 if (0 < remainingTries) {
2231 handler.postResetCaches(tryResumeSuggestions, remainingTries - 1);
2234 // If remainingTries is 0, we should stop waiting for new tries, however we'll still
2223 retryResetCachesAndReturnSuccess(final boolean tryResumeSuggestions, final int remainingTries, final LatinIME.UIHandler handler) argument
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java265 msg.arg2 /* remainingTries */, this /* handler */)) {
323 public void postResetCaches(final boolean tryResumeSuggestions, final int remainingTries) { argument
326 remainingTries, null));
926 mHandler.postResetCaches(isDifferentTextField, 5 /* remainingTries */);

Completed in 44 milliseconds