Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java2223 public boolean retryResetCachesAndReturnSuccess(final boolean tryResumeSuggestions, in retryResetCachesAndReturnSuccess() argument
2231 handler.postResetCaches(tryResumeSuggestions, remainingTries - 1); in retryResetCachesAndReturnSuccess()
2238 if (tryResumeSuggestions) { in retryResetCachesAndReturnSuccess()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java361 public void postResetCaches(final boolean tryResumeSuggestions, final int remainingTries) { in postResetCaches() argument
363 sendMessage(obtainMessage(MSG_RESET_CACHES, tryResumeSuggestions ? 1 : 0, in postResetCaches()