OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPropertyForTests
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryDecayingTests.java
60
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
...]
BinaryDictionaryTests.java
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java
343
public String
getPropertyForTests
(String query) {
Completed in 58 milliseconds