Searched refs:ToIntMethodWrapper (Results 1 – 1 of 1) sorted by relevance
151 public ToIntMethodWrapper getPrimitiveMethod(final String name, final int defaultValue, in getPrimitiveMethod()153 return new ToIntMethodWrapper(CompatUtils.getMethod(mClass, name, parameterTypes), in getPrimitiveMethod()183 public static final class ToIntMethodWrapper { class in CompatUtils186 public ToIntMethodWrapper(final Method method, final int defaultValue) { in ToIntMethodWrapper() method in CompatUtils.ToIntMethodWrapper