Searched refs:METHOD_isAsciiCapable (Results 1 – 1 of 1) sorted by relevance
53 private static final Method METHOD_isAsciiCapable = CompatUtils.getMethod( field in InputMethodSubtypeCompatUtils101 return (Boolean)CompatUtils.invoke(subtype, false, METHOD_isAsciiCapable); in isAsciiCapableWithAPI()