Searched defs:MAXIMUM_SUPPORTED_FORMAT_VERSION (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DUpdateHandler.java78 public static final int MAXIMUM_SUPPORTED_FORMAT_VERSION = 2; field in class:UpdateHandler
763 || metadataInfo.mFormatVersion > MAXIMUM_SUPPORTED_FORMAT_VERSION
776 + " we can handle is " + MAXIMUM_SUPPORTED_FORMAT_VERSION);

Completed in 100 milliseconds