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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DBinaryDictionaryDecayingTests.java597 private void testDictMigration(final int fromFormatVersion, final int toFormatVersion) { argument
624 assertTrue(binaryDictionary.migrateTo(toFormatVersion));
626 assertEquals(toFormatVersion, binaryDictionary.getFormatVersion());
H A DBinaryDictionaryTests.java1323 private void testDictMigration(final int fromFormatVersion, final int toFormatVersion) { argument
1351 assertTrue(binaryDictionary.migrateTo(toFormatVersion));
1353 assertEquals(toFormatVersion, binaryDictionary.getFormatVersion());
1356 if (canCheckBigramProbability(toFormatVersion)) {
1378 private void testLargeDictMigration(final int fromFormatVersion, final int toFormatVersion) { argument
1431 assertTrue(binaryDictionary.migrateTo(toFormatVersion));
1440 if (canCheckBigramProbability(toFormatVersion)) {

Completed in 54 milliseconds