Home
last modified time | relevance | path

Searched refs:createEmptyDictionaryAndGetFile (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DBinaryDictionaryTests.java64 private File createEmptyDictionaryAndGetFile(final int formatVersion) { in createEmptyDictionaryAndGetFile() method in BinaryDictionaryTests
103 final File dictFile = createEmptyDictionaryAndGetFile(formatVersion); in getEmptyBinaryDictionary()
110 final File dictFile = createEmptyDictionaryAndGetFile(FormatSpec.VERSION403); in testIsValidDictionary()
125 final File dictFile = createEmptyDictionaryAndGetFile(FormatSpec.VERSION403); in testConstructingDictionaryOnMemory()
387 final File dictFile = createEmptyDictionaryAndGetFile(FormatSpec.VERSION403); in testFlushDictionary()
421 final File dictFile = createEmptyDictionaryAndGetFile(FormatSpec.VERSION403); in testFlushWithGCDictionary()
457 final File dictFile = createEmptyDictionaryAndGetFile(FormatSpec.VERSION403); in testAddBigramWordsAndFlashWithGC()
603 final File dictFile = createEmptyDictionaryAndGetFile(FormatSpec.VERSION403); in testAddManyUnigramsAndFlushWithGC()
694 final File dictFile = createEmptyDictionaryAndGetFile(FormatSpec.VERSION403); in testGetWordProperties()