Searched refs:setUp (Results 176 - 200 of 305) sorted by relevance

1234567891011>>

/frameworks/base/core/tests/coretests/src/android/os/
H A DBinderThreadPriorityTest.java60 protected void setUp() throws Exception { method in class:BinderThreadPriorityTest
61 super.setUp();
/frameworks/base/core/tests/coretests/src/android/view/
H A DDrawableBgMinSizeTest.java56 protected void setUp() throws Exception { method in class:DrawableBgMinSizeTest
57 super.setUp();
H A DVisibilityCallbackTest.java46 public void setUp() throws Exception { method in class:VisibilityCallbackTest
47 super.setUp();
H A DVisibilityTest.java47 public void setUp() throws Exception { method in class:VisibilityTest
48 super.setUp();
/frameworks/base/core/tests/coretests/src/android/view/menu/
H A DMenuLayoutLandscapeTest.java37 protected void setUp() throws Exception { method in class:MenuLayoutLandscapeTest
38 super.setUp();
H A DMenuLayoutPortraitTest.java37 protected void setUp() throws Exception { method in class:MenuLayoutPortraitTest
38 super.setUp();
/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewPerformanceTest.java40 protected void setUp() throws Exception { method in class:TextViewPerformanceTest
41 super.setUp();
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DDescendantFocusabilityTest.java37 protected void setUp() throws Exception { method in class:DescendantFocusabilityTest
38 super.setUp();
H A DListOfButtonsTest.java46 protected void setUp() throws Exception { method in class:ListOfButtonsTest
47 super.setUp();
H A DRequestFocusTest.java53 public void setUp() throws Exception { method in class:RequestFocusTest
54 super.setUp();
64 // Test that setUp did what we expect it to do. These asserts
/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
H A DGridTouchVerticalSpacingStackFromBottomTest.java41 protected void setUp() throws Exception { method in class:GridTouchVerticalSpacingStackFromBottomTest
42 super.setUp();
H A DGridTouchVerticalSpacingTest.java39 protected void setUp() throws Exception { method in class:GridTouchVerticalSpacingTest
40 super.setUp();
/frameworks/base/core/tests/coretests/src/android/widget/layout/frame/
H A DFrameLayoutGravityTest.java44 protected void setUp() throws Exception { method in class:FrameLayoutGravityTest
45 super.setUp();
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListFocusableTest.java34 protected void setUp() throws Exception { method in class:ListFocusableTest
35 super.setUp();
H A DListManagedCursorTest.java40 protected void setUp() throws Exception { method in class:ListManagedCursorTest
41 super.setUp();
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
H A DListOfItemsShorterThanScreenTest.java37 protected void setUp() throws Exception { method in class:ListOfItemsShorterThanScreenTest
38 super.setUp();
H A DListOfItemsTallerThanScreenTest.java33 protected void setUp() throws Exception { method in class:ListOfItemsTallerThanScreenTest
34 super.setUp();
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
H A DListTouchBottomGravityManyTest.java43 protected void setUp() throws Exception { method in class:ListTouchBottomGravityManyTest
44 super.setUp();
H A DListTouchManyTest.java42 protected void setUp() throws Exception { method in class:ListTouchManyTest
43 super.setUp();
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
H A DScrollViewButtonsAndLabelsTest.java44 public void setUp() throws Exception { method in class:ScrollViewButtonsAndLabelsTest
45 super.setUp();
/frameworks/base/location/tests/locationtests/src/android/location/
H A DLocationManagerTest.java35 public void setUp() throws Exception { method in class:LocationManagerTest
36 super.setUp();
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DPackageManagerSettingsTests.java121 protected void setUp() throws Exception { method in class:PackageManagerSettingsTests
122 super.setUp();
/frameworks/base/test-runner/src/android/test/
H A DActivityUnitTestCase.java34 * automatically here by {@link #setUp} and {@link #tearDown}.
95 protected void setUp() throws Exception { method in class:ActivityUnitTestCase
96 super.setUp();
111 * <p><i>Do not call from your setUp() method. You must call this method from each of your
/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
H A DImfBaseTestCase.java58 public void setUp() throws Exception { method in class:ImfBaseTestCase
59 super.setUp();
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
H A DWindowManagerPermissionTests.java37 protected void setUp() throws Exception { method in class:WindowManagerPermissionTests
38 super.setUp();

Completed in 5532 milliseconds

1234567891011>>