Searched defs:getMethod (Results 1 – 3 of 3) sorted by relevance
129 protected DexMethod getMethod(DexClass clazz, String methodName, String... typeNames) { in getMethod() method in DexTestsCommon
197 final Method getMethod = in invokeGetMethod() local
160 private ApiMethod getMethod(String name, List<String> parameterTypes, String returnType) { in getMethod() method in ApiClass