Searched defs:setUp (Results 201 - 225 of 322) sorted by relevance

1234567891011>>

/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DScrollingThroughListOfFocusablesTest.java44 protected void setUp() throws Exception { method in class:ScrollingThroughListOfFocusablesTest
H A DVerticalFocusSearchTest.java67 protected void setUp() throws Exception { method in class:VerticalFocusSearchTest
68 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/scroll/
H A DRequestRectangleVisibleTest.java55 protected void setUp() throws Exception { method in class:RequestRectangleVisibleTest
56 super.setUp();
/frameworks/base/core/tests/overlaytests/OverlayTest/src/com/android/overlaytest/
H A DOverlayBaseTest.java13 protected void setUp() { method in class:OverlayBaseTest
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/drawable/
H A DStateListDrawableTest.java69 protected void setUp() throws Exception { method in class:StateListDrawableTest
70 super.setUp();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaBassBoostTest.java57 protected void setUp() throws Exception { method in class:MediaBassBoostTest
58 super.setUp();
H A DMediaPresetReverbTest.java64 protected void setUp() throws Exception { method in class:MediaPresetReverbTest
65 super.setUp();
H A DMediaVirtualizerTest.java57 protected void setUp() throws Exception { method in class:MediaVirtualizerTest
58 super.setUp();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
H A DVideoEditorExportTest.java71 protected void setUp() throws Exception { method in class:VideoEditorExportTest
73 super.setUp();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaPlayerStressTest.java47 protected void setUp() throws Exception { method in class:MediaPlayerStressTest
58 super.setUp();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DImageReaderTest.java44 protected void setUp() throws Exception { method in class:ImageReaderTest
45 super.setUp();
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
H A DRootsCacheTest.java52 protected void setUp() throws Exception { method in class:RootsCacheTest
53 super.setUp();
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DAccessibilityManagerTest.java59 public void setUp() throws Exception { method in class:AccessibilityManagerTest
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DNetworkStatsCollectionTest.java55 public void setUp() throws Exception { method in class:NetworkStatsCollectionTest
56 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 DProviderTestCase.java28 * {@link InstrumentationTestCase}, this provides some of the boiler plate in {@link #setUp} and
59 protected void setUp() throws Exception { method in class:ProviderTestCase
60 super.setUp();
H A DProviderTestCase2.java57 * This framework is set up automatically by the base class' {@link #setUp()} method. If you
110 * Returns the content provider created by this class in the {@link #setUp()} method.
129 protected void setUp() throws Exception { method in class:ProviderTestCase2
130 super.setUp();
H A DServiceTestCase.java52 * The {@link #setUp()} method is called before each test method. The base implementation
53 * gets the system context. If you override <code>setUp()</code>, you must call
54 * <code>super.setUp()</code> as the first statement in your override.
134 * must call <code>super.setUp()</code> as the first statement in your override. The method is
138 protected void setUp() throws Exception { method in class:ServiceTestCase
139 super.setUp();
319 * Returns the real system context that is saved by {@link #setUp()}. Use it to create
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
H A DInstrumentationTestSuiteBuilderTest.java38 protected void setUp() throws Exception { method in class:InstrumentationTestSuiteBuilderTest
39 super.setUp();
H A DUnitTestSuiteBuilderTest.java36 protected void setUp() throws Exception { method in class:UnitTestSuiteBuilderTest
37 super.setUp();
/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
H A DAppCompatibility.java57 public void setUp() throws Exception { method in class:AppCompatibility
58 super.setUp();
/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/WebViewTests/src/com/android/webviewtests/
H A DJavaBridgeFieldsTest.java62 protected void setUp() throws Exception { method in class:JavaBridgeFieldsTest
63 super.setUp();
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java127 setUp();
167 setUp();
230 private void setUp() { method in class:RenderAction
248 * The counterpart is {@link #setUp()}.

Completed in 2302 milliseconds

1234567891011>>