Searched refs:getPropertyForTests (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DBinaryDictionaryDecayingTests.java60 binaryDictionary.getPropertyForTests(SET_NEEDS_TO_DECAY_FOR_TESTING_KEY);
70 binaryDictionary.getPropertyForTests(SET_NEEDS_TO_DECAY_FOR_TESTING_KEY);
218 binaryDictionary.getPropertyForTests(BinaryDictionary.MAX_UNIGRAM_COUNT_QUERY));
225 Integer.parseInt(binaryDictionary.getPropertyForTests(
231 Integer.parseInt(binaryDictionary.getPropertyForTests(
237 assertTrue(Integer.parseInt(binaryDictionary.getPropertyForTests(
239 assertTrue(Integer.parseInt(binaryDictionary.getPropertyForTests(
282 binaryDictionary.getPropertyForTests(BinaryDictionary.MAX_BIGRAM_COUNT_QUERY));
291 Integer.parseInt(binaryDictionary.getPropertyForTests(
297 Integer.parseInt(binaryDictionary.getPropertyForTests(
[all...]
H A DBinaryDictionaryTests.java675 binaryDictionary.getPropertyForTests(BinaryDictionary.UNIGRAM_COUNT_QUERY)));
677 binaryDictionary.getPropertyForTests(BinaryDictionary.BIGRAM_COUNT_QUERY)));
680 binaryDictionary.getPropertyForTests(BinaryDictionary.UNIGRAM_COUNT_QUERY)));
682 binaryDictionary.getPropertyForTests(BinaryDictionary.BIGRAM_COUNT_QUERY)));
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DBinaryDictionary.java343 public String getPropertyForTests(String query) { method in class:BinaryDictionary

Completed in 285 milliseconds