Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DBinaryDictionaryGetter.java58 private static final boolean SHOULD_USE_DICT_VERSION = field in BinaryDictionaryGetter
59 DecoderSpecificConstants.SHOULD_USE_DICT_VERSION;
202 if (!SHOULD_USE_DICT_VERSION) { in hackCanUseDictionaryFile()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/define/
DDecoderSpecificConstants.java35 public static final boolean SHOULD_USE_DICT_VERSION = true; field in DecoderSpecificConstants