Searched defs:getMethod (Results 1 – 5 of 5) sorted by relevance
64 String getMethod(); in getMethod() method
33 public static Method getMethod(@NonNull Class<?> clazz, @NonNull String name, in getMethod() method in ReflectionUtils
239 private static Method getMethod(Class<?> owner, String name, Class<?>... parameterTypes) { in getMethod() method in AppCompatActionBar
264 private static <T> T safeReturnAttrDefault(UnaryOperator<T> getMethod, T def) { in safeReturnAttrDefault()
1281 private MethodHandle getMethod(View view, String methodName, Class<?> paramType, in getMethod() method in RemoteViews