Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DCompatUtils.java163 public ToBooleanMethodWrapper getPrimitiveMethod(final String name, in getPrimitiveMethod()
165 return new ToBooleanMethodWrapper(CompatUtils.getMethod(mClass, name, parameterTypes), in getPrimitiveMethod()
207 public static final class ToBooleanMethodWrapper { class in CompatUtils
210 public ToBooleanMethodWrapper(final Method method, final boolean defaultValue) { in ToBooleanMethodWrapper() method in CompatUtils.ToBooleanMethodWrapper
DInputConnectionCompatUtils.java24 private static final CompatUtils.ToBooleanMethodWrapper sRequestCursorUpdatesMethod;