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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
H A DCompatUtils.java34 public static Class<?> getClass(final String className) { method in class:CompatUtils
132 return new ClassWrapper(getClass(className));

Completed in 211 milliseconds