Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCurrentApiHelper.java148 private static Class[] getParamTypes(Element methodElement) throws Exception { in getParamTypes() argument
149 NodeList nodes = methodElement.getElementsByTagName(TAG_PARAMETER); in getParamTypes()