Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DBinaryDictionaryDecayingTests.java345 binaryDictionary.getPropertyForTest(BinaryDictionary.MAX_UNIGRAM_COUNT_QUERY)); in testAddManyUnigramsToDecayingDict()
352 Integer.parseInt(binaryDictionary.getPropertyForTest( in testAddManyUnigramsToDecayingDict()
358 Integer.parseInt(binaryDictionary.getPropertyForTest( in testAddManyUnigramsToDecayingDict()
364 assertTrue(Integer.parseInt(binaryDictionary.getPropertyForTest( in testAddManyUnigramsToDecayingDict()
366 assertTrue(Integer.parseInt(binaryDictionary.getPropertyForTest( in testAddManyUnigramsToDecayingDict()
369 assertEquals(0, Integer.parseInt(binaryDictionary.getPropertyForTest( in testAddManyUnigramsToDecayingDict()
418 Integer.parseInt(binaryDictionary.getPropertyForTest( in testOverflowUnigrams()
424 Integer.parseInt(binaryDictionary.getPropertyForTest( in testOverflowUnigrams()
480 binaryDictionary.getPropertyForTest(BinaryDictionary.MAX_BIGRAM_COUNT_QUERY)); in testAddManyBigramsToDecayingDict()
489 Integer.parseInt(binaryDictionary.getPropertyForTest( in testAddManyBigramsToDecayingDict()
[all …]
DBinaryDictionaryTests.java895 binaryDictionary.getPropertyForTest(BinaryDictionary.UNIGRAM_COUNT_QUERY))); in testUnigramAndBigramCount()
897 binaryDictionary.getPropertyForTest(BinaryDictionary.BIGRAM_COUNT_QUERY))); in testUnigramAndBigramCount()
900 binaryDictionary.getPropertyForTest(BinaryDictionary.UNIGRAM_COUNT_QUERY))); in testUnigramAndBigramCount()
902 binaryDictionary.getPropertyForTest(BinaryDictionary.BIGRAM_COUNT_QUERY))); in testUnigramAndBigramCount()
1437 binaryDictionary.getPropertyForTest(BinaryDictionary.UNIGRAM_COUNT_QUERY))); in testLargeDictMigration()
1447 binaryDictionary.getPropertyForTest(BinaryDictionary.BIGRAM_COUNT_QUERY))); in testLargeDictMigration()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DBinaryDictionary.java599 public String getPropertyForTest(final String query) { in getPropertyForTest() method in BinaryDictionary