Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DBinaryDictionaryTests.java216 private static void removeBigramEntry(final BinaryDictionary binaryDictionary, in removeBigramEntry() method in BinaryDictionaryTests
482 removeBigramEntry(binaryDictionary, "aaa", "abb"); in testRemoveBigramWords()
488 removeBigramEntry(binaryDictionary, "aaa", "bcc"); in testRemoveBigramWords()
490 removeBigramEntry(binaryDictionary, "abb", "aaa"); in testRemoveBigramWords()
492 removeBigramEntry(binaryDictionary, "abb", "bcc"); in testRemoveBigramWords()
495 removeBigramEntry(binaryDictionary, "aaa", "abb"); in testRemoveBigramWords()
497 removeBigramEntry(binaryDictionary, "aaa", "abb"); in testRemoveBigramWords()
498 removeBigramEntry(binaryDictionary, "bcc", "aaa"); in testRemoveBigramWords()
763 removeBigramEntry(binaryDictionary, bigram.first, bigram.second); in testRandomOperationsAndFlashWithGC()