Searched refs:setUp (Results 1 - 25 of 305) sorted by last modified time

1234567891011>>

/frameworks/testing/androidtestlib/tests/src/com/android/test/runner/
H A DAndroidJUnitRunnerTest.java43 public void setUp() throws Exception { method in class:AndroidJUnitRunnerTest
H A DClassPathScannerTest.java49 public void setUp() throws Exception { method in class:ClassPathScannerTest
H A DTestLoaderTest.java57 public void setUp() throws Exception { method in class:TestLoaderTest
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestCase.java49 protected void setUp() throws Exception { method in class:UiAutomatorTestCase
50 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();
H A DRequestQueueTest.java43 protected void setUp() throws Exception { method in class:RequestQueueTest
44 super.setUp();
H A DRequestTest.java28 protected void setUp() throws Exception { method in class:RequestTest
29 super.setUp();
H A DResponseDeliveryTest.java35 protected void setUp() throws Exception { method in class:ResponseDeliveryTest
36 super.setUp();
/frameworks/support/volley/tests/src/com/android/volley/toolbox/
H A DBasicNetworkTest.java38 protected void setUp() throws Exception { method in class:BasicNetworkTest
39 super.setUp();
H A DHttpHeaderParserTest.java42 protected void setUp() throws Exception { method in class:HttpHeaderParserTest
43 super.setUp();
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DVCardTestsBase.java76 * Calls super's {@link #setUp()} and prepares {@link VCardVerifier}. We call
80 public final void setUp() throws Exception{ method in class:VCardTestsBase
81 super.setUp();
93 // we had forgotten to call the method. That is why we override setUp()/tearDown() here.
/frameworks/opt/telephony/tests/telephonymockriltests/src/com/android/telephonymockriltests/functional/
H A DSimpleTestUsingMockRil.java34 public void setUp() throws Exception { method in class:SimpleTestUsingMockRil
35 super.setUp();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCallerInfoTest.java46 protected void setUp() throws Exception { method in class:CallerInfoTest
47 super.setUp();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java64 protected void setUp() throws Exception { method in class:GSMPhoneTest
65 super.setUp();
H A DUsimDataDownloadTest.java64 protected void setUp() throws Exception { method in class:UsimDataDownloadTest
65 super.setUp();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mockril/
H A DMockRilTest.java42 protected void setUp() throws Exception { method in class:MockRilTest
43 super.setUp();
/frameworks/opt/mailcommon/tests/src/com/android/mailcommon/
H A DMergedAdapterTest.java100 protected void setUp() throws Exception { method in class:MergedAdapterTest
101 super.setUp();
/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
H A DMediaPlayerProxyTestCase.java52 * test will construct the player in {@link #setUp()} and release it in {@link #tearDown()}.
77 protected void setUp() throws Exception { method in class:MediaPlayerProxyTestCase
78 super.setUp();
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBenchTest.java44 public void setUp() throws Exception { method in class:RsBenchTest
45 super.setUp();
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
H A DProcessErrorsTest.java67 public void setUp() throws Exception { method in class:ProcessErrorsTest
68 super.setUp();
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DPerformanceTest.java144 protected void setUp() throws Exception { method in class:PerformanceTest
145 super.setUp();
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
H A DTextToSpeechTests.java42 public void setUp() throws Exception { method in class:TextToSpeechTests
/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
H A DJavaBridgeArrayCoercionTest.java163 protected void setUp() throws Exception { method in class:JavaBridgeArrayCoercionTest
164 super.setUp();
H A DJavaBridgeArrayTest.java103 protected void setUp() throws Exception { method in class:JavaBridgeArrayTest
104 super.setUp();

Completed in 169 milliseconds

1234567891011>>