HomeSort by relevance Sort by last modified time
    Searched full:autocorrectionthresholdvalues (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SettingsValues.java 309 final String[] autoCorrectionThresholdValues = res.getStringArray(
315 if (arrayIndex >= 0 && arrayIndex < autoCorrectionThresholdValues.length) {
317 autoCorrectionThresholdValues[arrayIndex]);
324 + ", autoCorrectionThresholdValues: "
325 + Arrays.toString(autoCorrectionThresholdValues));

Completed in 35 milliseconds