Searched defs:paramTypes (Results 1 – 5 of 5) sorted by relevance
93 Class[] paramTypes = getParamTypes(element); in getPublicApis() local152 Class[] paramTypes = new Class[paramCount]; in getParamTypes() local
137 Class[] paramTypes = method.getParameterTypes(); in testParentProfileApiDisabled() local
84 Class[] paramTypes = m.getParameterTypes(); in getResolvedMethod() local
68 protected static void addConstructor(JDiffClassDescription clz, String... paramTypes) { in addConstructor()
686 String methodName, Class<?>... paramTypes) throws Exception { in checkNonSdkApiUsageViolation()