HomeSort by relevance Sort by last modified time
    Searched defs:beginDocument (Results 1 - 22 of 22) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
Gallery_LayoutParamsTest.java 37 WidgetTestUtils.beginDocument(p, "LinearLayout");
AbsoluteLayout_LayoutParamsTest.java 39 WidgetTestUtils.beginDocument(parser, "LinearLayout");
FrameLayout_LayoutParamsTest.java 40 WidgetTestUtils.beginDocument(parser, "LinearLayout");
LinearLayout_LayoutParamsTest.java 37 XmlUtils.beginDocument(p, "LinearLayout");
AbsListView_LayoutParamsTest.java 39 WidgetTestUtils.beginDocument(parser, "ViewGroup_Layout");
DigitalClockTest.java 117 XmlUtils.beginDocument(parser, "com.android.cts.widget.alarmclock.DigitalClock");
AbsoluteLayoutTest.java 63 WidgetTestUtils.beginDocument(parser, "LinearLayout");
DatePickerTest.java 156 XmlUtils.beginDocument(parser, "RelativeLayout");
RelativeLayoutTest.java 266 XmlUtils.beginDocument(parser, "RelativeLayout");
FrameLayoutTest.java 316 WidgetTestUtils.beginDocument(parser, "LinearLayout");
GalleryTest.java 170 WidgetTestUtils.beginDocument(parser, "LinearLayout");
AbsListViewTest.java 94 WidgetTestUtils.beginDocument(parser, "LinearLayout");
  /cts/tests/tests/content/src/android/content/res/cts/
AssetManagerTest.java 71 XmlUtils.beginDocument(parser, "manifest");
74 beginDocument(parser, "manifest");
127 private void beginDocument(final XmlPullParser parser,final String firstElementName)
TypedArrayTest.java 163 XmlUtils.beginDocument(parser, XML_BEGIN);
ResourcesTest.java 90 XmlUtils.beginDocument(parser, "resources");
270 XmlUtils.beginDocument(ani, "rotate");
348 XmlUtils.beginDocument(layout, "ViewGroup_Layout");
374 XmlUtils.beginDocument(parser, "tag");
386 XmlUtils.beginDocument(parser, "tag");
  /cts/libs/deviceutil/src/android/cts/util/
WidgetTestUtils.java 80 public static final void beginDocument(XmlPullParser parser, String firstElementName)
  /cts/tests/tests/view/src/android/view/cts/
ViewGroup_MarginLayoutParamsTest.java 49 XmlUtils.beginDocument(p, "LinearLayout");
ViewGroup_LayoutParamsTest.java 43 XmlUtils.beginDocument(parser, "LinearLayout");
ViewGroupTest.java 726 XmlUtils.beginDocument(set, "ViewGroup_Layout");
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContextTest.java 163 XmlUtils.beginDocument(parser, "RelativeLayout");
  /cts/tests/signature/src/android/signature/cts/
SignatureTest.java 125 private void beginDocument(XmlPullParser parser, String firstElementName)
155 beginDocument(parser, TAG_ROOT);
  /development/samples/Home/src/com/example/android/home/
Home.java 288 beginDocument(parser, TAG_FAVORITES);
323 private static void beginDocument(XmlPullParser parser, String firstElementName)

Completed in 1172 milliseconds