HomeSort by relevance Sort by last modified time
    Searched refs:getPropertyForTest (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryDecayingTests.java 345 binaryDictionary.getPropertyForTest(BinaryDictionary.MAX_UNIGRAM_COUNT_QUERY));
352 Integer.parseInt(binaryDictionary.getPropertyForTest(
358 Integer.parseInt(binaryDictionary.getPropertyForTest(
364 assertTrue(Integer.parseInt(binaryDictionary.getPropertyForTest(
366 assertTrue(Integer.parseInt(binaryDictionary.getPropertyForTest(
369 assertEquals(0, Integer.parseInt(binaryDictionary.getPropertyForTest(
418 Integer.parseInt(binaryDictionary.getPropertyForTest(
424 Integer.parseInt(binaryDictionary.getPropertyForTest(
480 binaryDictionary.getPropertyForTest(BinaryDictionary.MAX_BIGRAM_COUNT_QUERY));
489 Integer.parseInt(binaryDictionary.getPropertyForTest(
    [all...]
BinaryDictionaryTests.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 599 public String getPropertyForTest(final String query) {

Completed in 297 milliseconds