Searched refs:TAG_PACKAGE (Results 1 – 4 of 4) sorted by relevance
27 import static android.signature.cts.CurrentApi.TAG_PACKAGE;57 TAG_PACKAGE, in Collections.addAll() argument169 } else if (TAG_PACKAGE.equals(tagname)) { in next()179 if (tagname.equals(TAG_PACKAGE)) { in next()
43 static final String TAG_PACKAGE = "package"; field in CurrentApi
62 private static final String TAG_PACKAGE = "package"; field in CurrentApiHelper81 Element packageElement = getChildElementByName(rootElement, TAG_PACKAGE, packageName); in getPublicApis()
75 static final String TAG_PACKAGE = "TestPackage"; field in DescriptionGenerator274 Node testPackageElem = mDoc.appendChild(mDoc.createElement(TAG_PACKAGE)); in XMLGenerator()