Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCurrentApiHelper.java65 private static final String TAG_PARAMETER = "parameter"; field in CurrentApiHelper
149 NodeList nodes = methodElement.getElementsByTagName(TAG_PARAMETER); in getParamTypes()