HomeSort by relevance Sort by last modified time
    Searched refs:MINIMUM_SUPPORTED_VERSION (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java 200 static final int MINIMUM_SUPPORTED_VERSION = 2;
AbstractDictDecoder.java 42 if (version < FormatSpec.MINIMUM_SUPPORTED_VERSION
BinaryDictDecoderUtils.java 531 if (version < FormatSpec.MINIMUM_SUPPORTED_VERSION
607 return (version >= FormatSpec.MINIMUM_SUPPORTED_VERSION
BinaryDictEncoderUtils.java     [all...]

Completed in 94 milliseconds