Home
last modified time | relevance | path

Searched refs:skipCurrentTag (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DDrawableTestUtils.java57 public static void skipCurrentTag(XmlPullParser parser) in skipCurrentTag() method in DrawableTestUtils
107 skipCurrentTag(parser); in getAttributeSet()
/cts/tests/tests/widget/src/android/widget/cts/
DTableLayout_LayoutParamsTest.java202 XmlUtils.skipCurrentTag(parser); in getAttrs()
207 XmlUtils.skipCurrentTag(parser); in getAttrs()
DTableRow_LayoutParamsTest.java226 XmlUtils.skipCurrentTag(parser); in getAttrs()
231 XmlUtils.skipCurrentTag(parser); in getAttrs()
/cts/tests/tests/view/src/android/view/cts/
DLayoutInflaterTest.java138 XmlUtils.skipCurrentTag(parser); in getAttrs()
/cts/tests/tests/content/src/android/content/cts/util/
DXmlUtils.java50 public static void skipCurrentTag(XmlPullParser parser) in skipCurrentTag() method in XmlUtils
/cts/tests/tests/view/src/android/view/cts/util/
DXmlUtils.java47 public static void skipCurrentTag(XmlPullParser parser) in skipCurrentTag() method in XmlUtils
/cts/tests/tests/widget/src/android/widget/cts/util/
DXmlUtils.java48 public static void skipCurrentTag(XmlPullParser parser) in skipCurrentTag() method in XmlUtils
/cts/tests/tests/content/src/android/content/cts/
DIntentTest.java353 XmlUtils.skipCurrentTag(parser); in testParseIntent()