Home
last modified time | relevance | path

Searched refs:FIELD_HINT_LOCALES (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DEditorInfoCompatUtils.java31 private static final Field FIELD_HINT_LOCALES = CompatUtils.getField( field in EditorInfoCompatUtils
89 final Object localeList = CompatUtils.getFieldValue(editorInfo, null, FIELD_HINT_LOCALES); in getPrimaryHintLocale()