Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCurrentApiHelper.java136 NodeList nodeList = parent.getElementsByTagName(childTag); in getChildElementByName() local
137 if (nodeList != null && nodeList.getLength() > 0) { in getChildElementByName()
138 for (int i = 0; i < nodeList.getLength(); ++i) { in getChildElementByName()
139 Element el = (Element) nodeList.item(i); in getChildElementByName()