Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DAndroidSpellCheckerService.java84 private static final int MAX_RETRY_COUNT_FOR_WAITING_FOR_LOADING_DICT = 5; field in AndroidSpellCheckerService
281 for (int i = 0; i < MAX_RETRY_COUNT_FOR_WAITING_FOR_LOADING_DICT; i++) { in resetDictionariesForLocale()
288 if (i < MAX_RETRY_COUNT_FOR_WAITING_FOR_LOADING_DICT - 1) { in resetDictionariesForLocale()
292 + MAX_RETRY_COUNT_FOR_WAITING_FOR_LOADING_DICT + " times.", e); in resetDictionariesForLocale()