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.java75 private File createEmptyDictionaryAndGetFile(final int formatVersion) { in createEmptyDictionaryAndGetFile() method in BinaryDictionaryTests
114 final File dictFile = createEmptyDictionaryAndGetFile(formatVersion); in getEmptyBinaryDictionary()
122 final File dictFile = createEmptyDictionaryAndGetFile(FormatSpec.VERSION403); in testIsValidDictionary()
138 final File dictFile = createEmptyDictionaryAndGetFile(FormatSpec.VERSION403); in testConstructingDictionaryOnMemory()
407 final File dictFile = createEmptyDictionaryAndGetFile(FormatSpec.VERSION403); in testFlushDictionary()
442 final File dictFile = createEmptyDictionaryAndGetFile(FormatSpec.VERSION403); in testFlushWithGCDictionary()
479 final File dictFile = createEmptyDictionaryAndGetFile(FormatSpec.VERSION403); in testAddBigramWordsAndFlashWithGC()
627 final File dictFile = createEmptyDictionaryAndGetFile(FormatSpec.VERSION403); in testAddManyUnigramsAndFlushWithGC()
720 final File dictFile = createEmptyDictionaryAndGetFile(FormatSpec.VERSION403); in testGetWordProperties()