Searched refs:MAX_RETRY_COUNT_FOR_WAITING_FOR_LOADING_DICT (Results 1 – 1 of 1) sorted by relevance
32 private static final int MAX_RETRY_COUNT_FOR_WAITING_FOR_LOADING_DICT = 5; field in DictionaryFacilitatorLruCache50 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()