Searched refs:setUp (Results 151 - 175 of 305) sorted by relevance

1234567891011>>

/frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
H A DShortButtonsTest.java38 protected void setUp() throws Exception { method in class:ShortButtonsTest
39 super.setUp();
/frameworks/base/sax/tests/saxtests/src/android/sax/
H A DExpatPerformanceTest.java43 public void setUp() throws Exception { method in class:ExpatPerformanceTest
44 super.setUp();
/frameworks/base/test-runner/src/android/test/
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.java52 public void setUp() throws Exception{ method in class:AppCompatibility
53 super.setUp();
/frameworks/base/tests/CoreTests/android/core/
H A DProxyTest.java33 protected void setUp() throws Exception { method in class:ProxyTest
34 super.setUp();
/frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/
H A DDataIdleTest.java44 protected void setUp() throws Exception { method in class:DataIdleTest
45 super.setUp();
/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
H A DJavaBridgeArrayTest.java103 protected void setUp() throws Exception { method in class:JavaBridgeArrayTest
104 super.setUp();
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParserTest.java29 protected void setUp() throws Exception { method in class:BridgeXmlBlockParserTest
30 super.setUp();
/frameworks/support/volley/tests/src/com/android/volley/
H A DCacheDispatcherTest.java42 protected void setUp() throws Exception { method in class:CacheDispatcherTest
43 super.setUp();
H A DNetworkDispatcherTest.java44 protected void setUp() throws Exception { method in class:NetworkDispatcherTest
45 super.setUp();
/frameworks/base/nfc-extras/tests/src/com/android/nfc_extras/tests/
H A DBasicNfcEeTest.java49 protected void setUp() throws Exception { method in class:BasicNfcEeTest
50 super.setUp();
/frameworks/base/core/tests/benchmarks/src/android/os/
H A DParcelBenchmark.java26 protected void setUp() { method in class:ParcelBenchmark
/frameworks/base/core/tests/coretests/src/android/util/
H A DLogTest.java139 public void setUp() { method in class:LogTest.PerformanceTest
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DLogTest.java30 public void setUp() throws Exception { method in class:LogTest
H A DRenameClassAdapterTest.java35 public void setUp() throws Exception { method in class:RenameClassAdapterTest
/frameworks/testing/androidtestlib/tests/src/com/android/test/runner/
H A DTestLoaderTest.java57 public void setUp() throws Exception { method in class:TestLoaderTest
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DWifiConnectionTest.java73 public void setUp() throws Exception { method in class:WifiConnectionTest
74 super.setUp();
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerStressTest.java46 public void setUp() throws Exception { method in class:DownloadManagerStressTest
47 super.setUp();
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DActivityTestsBase.java44 protected void setUp() throws Exception { method in class:ActivityTestsBase
45 super.setUp();
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DLimitedLengthInputStreamTest.java33 protected void setUp() throws Exception { method in class:LimitedLengthInputStreamTest
34 super.setUp();
/frameworks/base/core/tests/coretests/src/android/database/sqlite/
H A DSQLiteCursorTest.java34 protected void setUp() throws Exception { method in class:SQLiteCursorTest
35 super.setUp();
/frameworks/base/core/tests/coretests/src/android/net/http/
H A DHttpResponseCacheTest.java37 @Override public void setUp() throws Exception { method in class:HttpResponseCacheTest
38 super.setUp();

Completed in 473 milliseconds

1234567891011>>