Searched defs:getMethod (Results 1 – 2 of 2) sorted by relevance
82 public ApiMethod getMethod(String name, List<String> parameterTypes, String returnType) { in getMethod() method in ApiClass
129 protected DexMethod getMethod(DexClass clazz, String methodName, String... typeNames) { in getMethod() method in DexTestsCommon