Searched defs:paramTypes (Results 1 – 6 of 6) sorted by relevance
93 Class[] paramTypes = getParamTypes(element); in getPublicApis() local152 Class[] paramTypes = new Class[paramCount]; in getParamTypes() local
135 Class[] paramTypes = method.getParameterTypes(); in testParentProfileApiDisabled() local
84 Class[] paramTypes = m.getParameterTypes(); in getResolvedMethod() local
63 protected static void addConstructor(JDiffClassDescription clz, String... paramTypes) { in addConstructor()
55 const bool* paramTypes, in prepareParams()
596 String methodName, Class<?>... paramTypes) throws Exception { in checkNonSdkApiUsageViolation()