Searched refs:setUp (Results 76 - 100 of 305) sorted by relevance

1234567891011>>

/frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
H A DTallTextAboveButtonTest.java33 protected void setUp() throws Exception { method in class:TallTextAboveButtonTest
34 super.setUp();
/frameworks/base/core/tests/coretests/src/android/widget/touchmode/
H A DTouchModeFocusChangeTest.java45 protected void setUp() throws Exception { method in class:TouchModeFocusChangeTest
46 super.setUp();
H A DTouchModeFocusableTest.java43 protected void setUp() throws Exception { method in class:TouchModeFocusableTest
44 super.setUp();
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
H A DColorStateListTest.java36 protected void setUp() throws Exception { method in class:ColorStateListTest
37 super.setUp();
/frameworks/base/keystore/tests/src/android/security/
H A DSystemKeyStoreTest.java47 protected void setUp() throws Exception { method in class:SystemKeyStoreTest
53 super.setUp();
/frameworks/base/test-runner/src/android/test/
H A DActivityInstrumentationTestCase2.java122 * {@link #setActivityIntent(Intent)} from {@link #setUp()}.
144 * {@link #setActivityInitialTouchMode(boolean)} from {@link #setUp()}.
153 protected void setUp() throws Exception { method in class:ActivityInstrumentationTestCase2
154 super.setUp();
H A DApplicationTestCase.java87 protected void setUp() throws Exception { method in class:ApplicationTestCase
88 super.setUp();
H A DSyncBaseInstrumentation.java28 * {@link InstrumentationTestCase}, this provides some of the boiler plate in {@link #setUp} and
37 protected void setUp() throws Exception { method in class:SyncBaseInstrumentation
38 super.setUp();
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
H A DAssignableFromTest.java27 protected void setUp() throws Exception { method in class:AssignableFromTest
28 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/permission/src/com/android/framework/permission/tests/
H A DPmPermissionsTests.java32 protected void setUp() throws Exception { method in class:PmPermissionsTests
33 super.setUp();
H A DVibratorServicePermissionTest.java36 protected void setUp() throws Exception { method in class:VibratorServicePermissionTest
/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/support/volley/tests/src/com/android/volley/
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/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DMediaPlayerInvokeTest.java46 protected void setUp() throws Exception { method in class:MediaPlayerInvokeTest
47 super.setUp();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/power/
H A DMediaPlayerPowerTest.java43 protected void setUp() throws Exception { method in class:MediaPlayerPowerTest
45 super.setUp();
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
H A DWifiSoftAPTest.java48 protected void setUp() throws Exception { method in class:WifiSoftAPTest
49 super.setUp();
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseErrorHandlerTest.java39 protected void setUp() throws Exception { method in class:DatabaseErrorHandlerTest
40 super.setUp();
/frameworks/base/core/tests/coretests/src/android/os/
H A DMessengerTest.java94 protected void setUp() throws Exception { method in class:MessengerTest
95 super.setUp();
H A DPowerManagerTest.java31 public void setUp() throws Exception { method in class:PowerManagerTest
32 super.setUp();
/frameworks/base/core/tests/coretests/src/android/view/
H A DGlobalFocusChangeTest.java38 public void setUp() throws Exception { method in class:GlobalFocusChangeTest
39 super.setUp();
H A DIncludeTest.java33 public void setUp() throws Exception { method in class:IncludeTest
34 super.setUp();
H A DSetTagsTest.java36 public void setUp() throws Exception { method in class:SetTagsTest
37 super.setUp();
H A DViewStubTest.java34 public void setUp() throws Exception { method in class:ViewStubTest
35 super.setUp();

Completed in 3548 milliseconds

1234567891011>>