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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
H A DCompatUtils.java151 public ToIntMethodWrapper getPrimitiveMethod(final String name, final int defaultValue,
153 return new ToIntMethodWrapper(CompatUtils.getMethod(mClass, name, parameterTypes),
183 public static final class ToIntMethodWrapper { class in class:CompatUtils
186 public ToIntMethodWrapper(final Method method, final int defaultValue) { method in class:CompatUtils.ToIntMethodWrapper

Completed in 9 milliseconds