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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java 197 public static final int VERSION4_DEV = 403;
199 static final int MAXIMUM_SUPPORTED_VERSION = VERSION4_DEV;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryDecayingTests.java 51 new int[] { FormatSpec.VERSION4, FormatSpec.VERSION4_DEV };
110 || formatVersion == FormatSpec.VERSION4_DEV) {
    [all...]
BinaryDictionaryTests.java 48 new int[] { FormatSpec.VERSION4, FormatSpec.VERSION4_DEV };
62 || formatVersion == FormatSpec.VERSION4_DEV) {
    [all...]

Completed in 631 milliseconds