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/
DDictionaryFacilitatorLruCache.java32 private static final int MAX_RETRY_COUNT_FOR_WAITING_FOR_LOADING_DICT = 5; field in DictionaryFacilitatorLruCache
50 for (int i = 0; i < MAX_RETRY_COUNT_FOR_WAITING_FOR_LOADING_DICT; i++) { in waitForLoadingMainDictionary()
57 if (i < MAX_RETRY_COUNT_FOR_WAITING_FOR_LOADING_DICT - 1) { in waitForLoadingMainDictionary()
61 + MAX_RETRY_COUNT_FOR_WAITING_FOR_LOADING_DICT + " times.", e); in waitForLoadingMainDictionary()