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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java 194 public static final int VERSION4_ONLY_FOR_TESTING = 399;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryDecayingTests.java 109 || formatVersion == FormatSpec.VERSION4_ONLY_FOR_TESTING
593 testDictMigration(FormatSpec.VERSION4_ONLY_FOR_TESTING, formatVersion);
    [all...]
BinaryDictionaryTests.java 61 || formatVersion == FormatSpec.VERSION4_ONLY_FOR_TESTING
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableBinaryDictionary.java 120 return formatVersion == FormatSpec.VERSION4_ONLY_FOR_TESTING;

Completed in 481 milliseconds