Searched refs:MINIMUM_SUPPORTED_VERSION (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DFormatSpec.java200 static final int MINIMUM_SUPPORTED_VERSION = 2; field in class:FormatSpec
H A DAbstractDictDecoder.java42 if (version < FormatSpec.MINIMUM_SUPPORTED_VERSION
H A DBinaryDictDecoderUtils.java531 if (version < FormatSpec.MINIMUM_SUPPORTED_VERSION
607 return (version >= FormatSpec.MINIMUM_SUPPORTED_VERSION
H A DBinaryDictEncoderUtils.java909 if (version < FormatSpec.MINIMUM_SUPPORTED_VERSION
913 + FormatSpec.MINIMUM_SUPPORTED_VERSION + " through "

Completed in 843 milliseconds