Searched refs:setUp (Results 76 - 100 of 1226) sorted by relevance

1234567891011>>

/frameworks/base/core/tests/coretests/src/android/widget/layout/table/
H A DWeightTest.java41 protected void setUp() throws Exception { method in class:WeightTest
42 super.setUp();
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListHeterogeneousTest.java38 protected void setUp() throws Exception { method in class:ListHeterogeneousTest
39 super.setUp();
H A DListViewHeightTest.java37 protected void setUp() throws Exception { method in class:ListViewHeightTest
38 super.setUp();
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
H A DListLastItemPartiallyVisibleTest.java36 protected void setUp() throws Exception { method in class:ListLastItemPartiallyVisibleTest
37 super.setUp();
H A DListOfShortTallShortTest.java33 protected void setUp() throws Exception { method in class:ListOfShortTallShortTest
34 super.setUp();
H A DListWithFirstScreenUnSelectableTest.java35 protected void setUp() throws Exception { method in class:ListWithFirstScreenUnSelectableTest
36 super.setUp();
H A DListWithNoFadingEdgeTest.java35 protected void setUp() throws Exception { method in class:ListWithNoFadingEdgeTest
36 super.setUp();
H A DListWithSeparatorsTest.java34 protected void setUp() throws Exception { method in class:ListWithSeparatorsTest
35 super.setUp();
/frameworks/base/core/tests/coretests/src/android/widget/listview/focus/
H A DListHorizontalFocusWithinItemWinsTest.java38 protected void setUp() throws Exception { method in class:ListHorizontalFocusWithinItemWinsTest
39 super.setUp();
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
H A DListOfTouchablesTest.java42 protected void setUp() throws Exception { method in class:ListOfTouchablesTest
43 super.setUp();
H A DListTouchBottomGravityTest.java40 protected void setUp() throws Exception { method in class:ListTouchBottomGravityTest
41 super.setUp();
H A DListTouchTest.java39 protected void setUp() throws Exception { method in class:ListTouchTest
40 super.setUp();
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
H A DRequestRectangleVisibleWithInternalScrollTest.java49 protected void setUp() throws Exception { method in class:RequestRectangleVisibleWithInternalScrollTest
50 super.setUp();
/frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
H A DMultiPageTextWithPaddingTest.java41 protected void setUp() throws Exception { method in class:MultiPageTextWithPaddingTest
42 super.setUp();
H A DTallTextAboveButtonTest.java33 protected void setUp() throws Exception { method in class:TallTextAboveButtonTest
34 super.setUp();
/frameworks/base/core/tests/coretests/src/android/widget/touchmode/
H A DTouchModeFocusChangeTest.java46 protected void setUp() throws Exception { method in class:TouchModeFocusChangeTest
47 super.setUp();
H A DTouchModeFocusableTest.java42 protected void setUp() throws Exception { method in class:TouchModeFocusableTest
43 super.setUp();
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DWindowDecorActionBarTest.java40 protected void setUp() throws Exception { method in class:WindowDecorActionBarTest
41 super.setUp();
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DProgressReporterTest.java25 protected void setUp() throws Exception { method in class:ProgressReporterTest
26 super.setUp();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DMediaPlayerInvokeTest.java46 protected void setUp() throws Exception { method in class:MediaPlayerInvokeTest
47 super.setUp();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/power/
H A DMediaPlayerPowerTest.java43 protected void setUp() throws Exception { method in class:MediaPlayerPowerTest
45 super.setUp();
/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/
H A DCarrierDefaultActivityTestCase.java42 protected void setUp() throws Exception { method in class:CarrierDefaultActivityTestCase
43 super.setUp();
/frameworks/base/test-base/src/junit/framework/
H A DTestCase.java12 * <li>initialize the fixture state by overriding {@link #setUp()}</li>
23 * protected void setUp() {
132 setUp();
183 protected void setUp() throws Exception { method in class:TestCase
/frameworks/base/test-runner/src/android/test/
H A DActivityInstrumentationTestCase2.java122 * {@link #setActivityIntent(Intent)} from {@link #setUp()}.
144 * {@link #setActivityInitialTouchMode(boolean)} from {@link #setUp()}.
153 protected void setUp() throws Exception { method in class:ActivityInstrumentationTestCase2
154 super.setUp();
H A DApplicationTestCase.java91 protected void setUp() throws Exception { method in class:ApplicationTestCase
92 super.setUp();

Completed in 240 milliseconds

1234567891011>>