Searched refs:TAG_PACKAGE (Results 1 – 3 of 3) sorted by relevance
49 private static final String TAG_PACKAGE = "package"; field in SignatureTest100 TAG_PACKAGE, TAG_CLASS, TAG_INTERFACE, TAG_IMPLEMENTS, TAG_CONSTRUCTOR, in setUp()169 } else if (TAG_PACKAGE.equals(parser.getName())) { in start()184 if (type == XmlPullParser.START_TAG && tagname.equals(TAG_PACKAGE)) { in start()
41 static final String TAG_PACKAGE = "TestPackage"; field in GenerateTestCaseXML91 Element testPackageElem = mDoc.createElement(TAG_PACKAGE); in main()
75 static final String TAG_PACKAGE = "TestPackage"; field in DescriptionGenerator274 Node testPackageElem = mDoc.appendChild(mDoc.createElement(TAG_PACKAGE)); in XMLGenerator()