Searched refs:paramCount (Results 1 – 2 of 2) sorted by relevance
139 int paramCount = method.getParameterCount(); in testParentProfileApiDisabled() local140 Object[] params = new Object[paramCount]; in testParentProfileApiDisabled()142 for (int i = 0; i < paramCount; ++i) { in testParentProfileApiDisabled()
156 int paramCount = nodes.getLength(); in getParamTypes() local157 Class[] paramTypes = new Class[paramCount]; in getParamTypes()158 for (int i = 0; i < paramCount; ++i) { in getParamTypes()