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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DAutoCorrectionUtils.java27 private static final int MINIMUM_SAFETY_NET_CHAR_LENGTH = 4; field in class:AutoCorrectionUtils
69 // If the length of typed word is less than MINIMUM_SAFETY_NET_CHAR_LENGTH,
72 if (typedWordLength < MINIMUM_SAFETY_NET_CHAR_LENGTH) {

Completed in 60 milliseconds