Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCurrentApiHelper.java93 Class[] paramTypes = getParamTypes(element); in getPublicApis()
148 private static Class[] getParamTypes(Element methodElement) throws Exception { in getParamTypes() method in CurrentApiHelper