Searched defs:setUp (Results 176 - 200 of 224) sorted by relevance

123456789

/frameworks/base/tests/FrameworkTest/tests/src/com/android/frameworktest/gridview/
H A DGridScrollListenerTest.java43 protected void setUp() throws Exception { method in class:GridScrollListenerTest
44 super.setUp();
/frameworks/base/tests/FrameworkTest/tests/src/com/android/frameworktest/layout/frame/
H A DFrameLayoutGravityTest.java44 protected void setUp() throws Exception { method in class:FrameLayoutGravityTest
45 super.setUp();
/frameworks/base/tests/FrameworkTest/tests/src/com/android/frameworktest/listview/
H A DListScrollListenerTest.java42 protected void setUp() throws Exception { method in class:ListScrollListenerTest
43 super.setUp();
H A DListFocusableTest.java34 protected void setUp() throws Exception { method in class:ListFocusableTest
35 super.setUp();
/frameworks/base/tests/FrameworkTest/tests/src/com/android/frameworktest/scroll/
H A DRequestRectangleVisibleTest.java55 protected void setUp() throws Exception { method in class:RequestRectangleVisibleTest
56 super.setUp();
/frameworks/base/tests/FrameworkTest/tests/src/com/android/frameworktest/view/
H A DViewGroupChildrenTest.java42 public void setUp() throws Exception { method in class:ViewGroupChildrenTest
43 super.setUp();
/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
H A DImfBaseTestCase.java57 public void setUp() throws Exception { method in class:ImfBaseTestCase
58 super.setUp();
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DLogTest.java55 public void setUp() throws Exception { method in class:LogTest
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCameraTest.java68 protected void setUp() throws Exception { method in class:CameraTest
69 super.setUp();
/frameworks/base/telephony/tests/TelephonyTest/src/com/android/telephonytest/unit/
H A DCallerInfoUnitTest.java45 protected void setUp() throws Exception { method in class:CallerInfoUnitTest
46 super.setUp();
/frameworks/base/test-runner/android/test/
H A DActivityUnitTestCase.java34 * automatically here by {@link #setUp} and {@link #tearDown}.
96 protected void setUp() throws Exception { method in class:ActivityUnitTestCase
97 super.setUp();
112 * <p><i>Do not call from your setUp() method. You must call this method from each of your
/frameworks/base/tests/AndroidTests/src/com/android/unit_tests/
H A DDatabaseStatementTest.java42 protected void setUp() throws Exception { method in class:DatabaseStatementTest
43 super.setUp();
H A DDbSSLSessionCacheTest.java50 protected void setUp() throws Exception { method in class:DbSSLSessionCacheTest
H A DInflateTest.java36 protected void setUp() throws Exception { method in class:InflateTest
37 super.setUp();
130 // public void setUp
133 // setUp(context, R.layout.layout_tag);
H A DInstanceofTest.java33 protected void setUp() throws Exception { method in class:InstanceofTest
34 super.setUp();
H A DLinkedListTest.java34 protected void setUp() throws Exception { method in class:LinkedListTest
35 super.setUp();
H A DVectorTest.java37 protected void setUp() throws Exception { method in class:VectorTest
38 super.setUp();
/frameworks/base/tests/CoreTests/android/core/
H A DAtParserTest.java96 protected void setUp() throws Exception { method in class:AtParserTest
97 super.setUp();
H A DRequestAPITest.java52 protected void setUp() throws Exception { method in class:RequestAPITest
53 super.setUp();
/frameworks/base/tests/CoreTests/android/location/
H A DLocationManagerProximityTest.java61 protected void setUp() throws Exception { method in class:LocationManagerProximityTest
62 super.setUp();
/frameworks/base/tests/CoreTests/android/test/
H A DTestBrowserActivityTest.java42 protected void setUp() throws Exception { method in class:TestBrowserActivityTest
43 super.setUp();
/frameworks/base/tests/CoreTests/android/test/suitebuilder/
H A DTestSuiteBuilderTest.java45 protected void setUp() throws Exception { method in class:TestSuiteBuilderTest
46 super.setUp();
/frameworks/base/tests/FrameworkTest/tests/src/android/content/
H A DSearchRecentSuggestionsProviderTest.java53 // Elements prepared by setUp()
64 public void setUp() throws Exception { method in class:SearchRecentSuggestionsProviderTest
65 super.setUp();
/frameworks/base/tests/FrameworkTest/tests/src/android/widget/
H A DSimpleCursorAdapterTest.java51 public void setUp() throws Exception { method in class:SimpleCursorAdapterTest
52 super.setUp();
/frameworks/base/tests/FrameworkTest/tests/src/com/android/frameworktest/menus/
H A DMenuLayoutLandscapeTest.java37 protected void setUp() throws Exception { method in class:MenuLayoutLandscapeTest
38 super.setUp();

Completed in 274 milliseconds

123456789