Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCurrentApiHelper.java86 NodeList nodes = classElement.getElementsByTagName(TAG_METHOD); in getPublicApis() local
87 if (nodes != null && nodes.getLength() > 0) { in getPublicApis()
90 for (int i = 0; i < nodes.getLength(); ++i) { in getPublicApis()
91 Element element = (Element) nodes.item(i); in getPublicApis()
149 NodeList nodes = methodElement.getElementsByTagName(TAG_PARAMETER); in getParamTypes() local
150 if (nodes != null && nodes.getLength() > 0) { in getParamTypes()
151 int paramCount = nodes.getLength(); in getParamTypes()
154 String typeName = ((Element) nodes.item(i)).getAttribute(ATTRIBUTE_TYPE); in getParamTypes()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DHelper.java170 final int nodes = structure.getWindowNodeCount(); in dumpStructure() local
171 for (int i = 0; i < nodes; i++) { in dumpStructure()
262 final int nodes = structure.getWindowNodeCount(); in findNodeByResourceId() local
263 for (int i = 0; i < nodes; i++) { in findNodeByResourceId()
311 final int nodes = structure.getWindowNodeCount(); in findNodeByText() local
312 for (int i = 0; i < nodes; i++) { in findNodeByText()
569 final int nodes = structure.getWindowNodeCount(); in getNumberNodes() local
570 for (int i = 0; i < nodes; i++) { in getNumberNodes()
/cts/apps/CtsVerifier/
Dcreate_test_certs.sh51 -nodes \
/cts/hostsidetests/devicepolicy/app/DeviceOwner/assets/
Dgenerate-client-cert-chain.sh62 -nodes \
/cts/tools/utils/
DDescriptionGenerator.java352 ArrayList<Node> nodes = new ArrayList<Node>(); in getUnmutableChildNodes() local
356 nodes.add(nodelist.item(i)); in getUnmutableChildNodes()
359 return nodes; in getUnmutableChildNodes()
/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/src/com/android/cts/usepermission/
DBasePermissionsTest.java375 List<AccessibilityNodeInfo> nodes = root.findAccessibilityNodeInfosByText(text); in findByText() local
376 for (AccessibilityNodeInfo node : nodes) { in findByText()
/cts/tests/libcore/javautilcollections/libs/
Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...