Searched defs:paramTypes (Results 1 – 7 of 7) sorted by relevance
63 public static String getMethodSignature(String methodName, List<String> paramTypes) { in getMethodSignature()72 String packageName, String className, String methodName, List<String> paramTypes) { in getMethodSignatureWithClass()
97 Class[] paramTypes = getParamTypes(element); in getPublicApis() local157 Class[] paramTypes = new Class[paramCount]; in getParamTypes() local
141 Class[] paramTypes = method.getParameterTypes(); in testParentProfileApiDisabled() local
201 String paramTypes = null; in generateMethods() local257 String paramTypes = parametersInfo[1]; in generatedMethodsForTestApiClasses() local357 boolean isReturnTypeProxy, boolean isStatic, String paramTypes, String paramNames) { in buildReflectionMethodCode()
84 Class[] paramTypes = m.getParameterTypes(); in getResolvedMethod() local
68 protected static void addConstructor(JDiffClassDescription clz, String... paramTypes) { in addConstructor()
667 String methodName, Class<?>... paramTypes) throws Exception { in checkNonSdkApiUsageViolation()