Home
last modified time | relevance | path

Searched refs:paramCount (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DParentProfileTest.java139 int paramCount = method.getParameterCount(); in testParentProfileApiDisabled() local
140 Object[] params = new Object[paramCount]; in testParentProfileApiDisabled()
142 for (int i = 0; i < paramCount; ++i) { in testParentProfileApiDisabled()
DCurrentApiHelper.java156 int paramCount = nodes.getLength(); in getParamTypes() local
157 Class[] paramTypes = new Class[paramCount]; in getParamTypes()
158 for (int i = 0; i < paramCount; ++i) { in getParamTypes()