Searched defs:getMethod (Results 1 – 7 of 7) sorted by relevance
56 String getMethod(); in getMethod() method
31 public static Method getMethod(@NonNull Class<?> clazz, @NonNull String name, in getMethod() method in ReflectionUtils
189 public String getMethod() { in getMethod() method in HttpClientStack.HttpPatch
159 private static Method getMethod(Class<?> owner, String name, Class<?>... parameterTypes) { in getMethod() method in AppCompatActionBar
286 public ModelMethod getMethod(String name, List<ModelClass> args, boolean staticOnly) { in getMethod() method in ModelClass
143 public int getMethod() { in getMethod() method in Request
750 private Method getMethod(View view, String methodName, Class<?> paramType) { in getMethod() method in RemoteViews