Searched refs:paramCount (Results 1 – 2 of 2) sorted by relevance
109 int paramCount = method.getParameterCount(); in testParentProfileApiDisabled() local110 Object[] params = new Object[paramCount]; in testParentProfileApiDisabled()112 for (int i = 0; i < paramCount; ++i) { in testParentProfileApiDisabled()
151 int paramCount = nodes.getLength(); in getParamTypes() local152 Class[] paramTypes = new Class[paramCount]; in getParamTypes()153 for (int i = 0; i < paramCount; ++i) { in getParamTypes()