Home
last modified time | relevance | path

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

/cts/tests/signature/lib/android/src/android/signature/cts/
DApiDocumentParser.java27 import static android.signature.cts.CurrentApi.TAG_PACKAGE;
57 TAG_PACKAGE, in Collections.addAll() argument
169 } else if (TAG_PACKAGE.equals(tagname)) { in next()
179 if (tagname.equals(TAG_PACKAGE)) { in next()
DCurrentApi.java43 static final String TAG_PACKAGE = "package"; field in CurrentApi
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCurrentApiHelper.java62 private static final String TAG_PACKAGE = "package"; field in CurrentApiHelper
81 Element packageElement = getChildElementByName(rootElement, TAG_PACKAGE, packageName); in getPublicApis()
/cts/tools/utils/
DDescriptionGenerator.java75 static final String TAG_PACKAGE = "TestPackage"; field in DescriptionGenerator
274 Node testPackageElem = mDoc.appendChild(mDoc.createElement(TAG_PACKAGE)); in XMLGenerator()