Searched defs:OBJ_FLAG_AUTO_CORRECTION (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
H A DSuggestionSpanUtils.java39 private static final Integer OBJ_FLAG_AUTO_CORRECTION = (Integer) CompatUtils.getFieldValue( field in class:SuggestionSpanUtils
44 if (OBJ_FLAG_AUTO_CORRECTION == null) {
56 if (TextUtils.isEmpty(text) || OBJ_FLAG_AUTO_CORRECTION == null) {
61 new String[] {} /* suggestions */, OBJ_FLAG_AUTO_CORRECTION,

Completed in 85 milliseconds