Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DExpandableBinaryDictionary.java68 private static final int TIMEOUT_FOR_READ_OPS_IN_MILLISECONDS = 100; field in ExpandableBinaryDictionary
437 TIMEOUT_FOR_READ_OPS_IN_MILLISECONDS, TimeUnit.MILLISECONDS); in getSuggestions()
469 TIMEOUT_FOR_READ_OPS_IN_MILLISECONDS, TimeUnit.MILLISECONDS); in isInDictionary()
497 TIMEOUT_FOR_READ_OPS_IN_MILLISECONDS, TimeUnit.MILLISECONDS); in getMaxFrequencyOfExactMatches()
661 return result.get(null /* defaultValue */, TIMEOUT_FOR_READ_OPS_IN_MILLISECONDS); in getDictionaryStats()
755 TIMEOUT_FOR_READ_OPS_IN_MILLISECONDS); in getWordPropertiesForSyncing()