Searched refs:ToBooleanMethodWrapper (Results 1 – 2 of 2) sorted by relevance
163 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 CompatUtils210 public ToBooleanMethodWrapper(final Method method, final boolean defaultValue) { in ToBooleanMethodWrapper() method in CompatUtils.ToBooleanMethodWrapper
24 private static final CompatUtils.ToBooleanMethodWrapper sRequestCursorUpdatesMethod;