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.java109 int paramCount = method.getParameterCount(); in testParentProfileApiDisabled() local
110 Object[] params = new Object[paramCount]; in testParentProfileApiDisabled()
112 for (int i = 0; i < paramCount; ++i) { in testParentProfileApiDisabled()
DCurrentApiHelper.java151 int paramCount = nodes.getLength(); in getParamTypes() local
152 Class[] paramTypes = new Class[paramCount]; in getParamTypes()
153 for (int i = 0; i < paramCount; ++i) { in getParamTypes()