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