Searched defs:getMethod (Results 1 – 5 of 5) sorted by relevance
64 String getMethod(); in getMethod() method
63 public int getMethod() { in getMethod() method in WnmData
33 public static Method getMethod(@NonNull Class<?> clazz, @NonNull String name, in getMethod() method in ReflectionUtils
223 private static Method getMethod(Class<?> owner, String name, Class<?>... parameterTypes) { in getMethod() method in AppCompatActionBar
920 private MethodHandle getMethod(View view, String methodName, Class<?> paramType, in getMethod() method in RemoteViews