Home
last modified time | relevance | path

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

/cts/tests/signature/lib/android/src/android/signature/cts/
DCurrentApi.java65 static final String ATTRIBUTE_NAME = "name"; field in CurrentApi
79 String fieldName = parser.getAttributeValue(null, ATTRIBUTE_NAME); in loadFieldInfo()
94 String methodName = parser.getAttributeValue(null, ATTRIBUTE_NAME); in loadMethodInfo()
124 String className = parser.getAttributeValue(null, ATTRIBUTE_NAME); in loadClassInfo()
DApiDocumentParser.java18 import static android.signature.cts.CurrentApi.ATTRIBUTE_NAME;
180 currentPackage = parser.getAttributeValue(null, ATTRIBUTE_NAME); in next()
188 currentClass.addImplInterface(parser.getAttributeValue(null, ATTRIBUTE_NAME)); in next()
/cts/tools/utils/
DDescriptionGenerator.java86 static final String ATTRIBUTE_NAME = "name"; field in DescriptionGenerator
332 String newName = getAttribute(suiteElem, ATTRIBUTE_NAME) + "." in mergeEmptySuites()
333 + getAttribute(child, ATTRIBUTE_NAME); in mergeEmptySuites()
334 setAttribute(child, ATTRIBUTE_NAME, newName); in mergeEmptySuites()
377 String childName = child.getAttributes().getNamedItem(ATTRIBUTE_NAME) in appendSuiteToElement()
436 setAttribute(caseNode, ATTRIBUTE_NAME, caze.mName); in appendTestCases()
496 setAttribute(suiteElem, ATTRIBUTE_NAME, name); in appendSuiteToElementImpl()
503 setAttribute(leafSuiteElem, ATTRIBUTE_NAME, suiteName); in appendSuiteToElementImpl()
DCollectAllTests.java142 setAttribute(testPackageElem, ATTRIBUTE_NAME, xmlName); in main()
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DNdkApiXmlReport.java56 private static final String ATTRIBUTE_NAME = "name"; field in NdkApiXmlReport
144 setAttribute(dom, pkgEle, ATTRIBUTE_NAME, NDK_PACKAGE_NAME); in main()
245 setAttribute(dom, packageEle, ATTRIBUTE_NAME, NDK_PACKAGE_NAME); in saveToXML()
299 setAttribute(doc, ele, ATTRIBUTE_NAME, name); in createClassEle()
310 setAttribute(doc, ele, ATTRIBUTE_NAME, name); in createMethodEle()
324 setAttribute(doc, ele, ATTRIBUTE_NAME, name); in createFieldEle()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCurrentApiHelper.java67 private static final String ATTRIBUTE_NAME = "name"; field in CurrentApiHelper
92 String name = element.getAttribute(ATTRIBUTE_NAME); in getPublicApis()
140 if (childName.equals(el.getAttribute(ATTRIBUTE_NAME))) { in getChildElementByName()