OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:autocorrectionthresholdvalues
(Results
1 - 1
of
1
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SettingsValues.java
348
final String[]
autoCorrectionThresholdValues
= res.getStringArray(
354
if (arrayIndex >= 0 && arrayIndex <
autoCorrectionThresholdValues
.length) {
355
final String val =
autoCorrectionThresholdValues
[arrayIndex];
370
+ ",
autoCorrectionThresholdValues
: "
371
+ Arrays.toString(
autoCorrectionThresholdValues
), e);
Completed in 459 milliseconds