Searched refs:setUp (Results 1 - 25 of 305) sorted by path

1234567891011>>

/frameworks/base/core/java/android/test/
H A DAndroidTestCase.java36 protected void setUp() throws Exception { method in class:AndroidTestCase
37 super.setUp();
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java225 mExpandedHomeLayout.setUp(true);
582 final boolean setUp = (options & ActionBar.DISPLAY_HOME_AS_UP) != 0;
583 mHomeLayout.setUp(setUp);
589 if (setUp) {
1296 public void setUp(boolean isUp) { method in class:ActionBarView.HomeView
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DConnectivityManagerMobileTest.java49 public void setUp() throws Exception { method in class:ConnectivityManagerMobileTest
50 super.setUp();
71 // Note: When the test fails in setUp(), tearDown is not called. In that case,
75 fail("Device is not connected to Mobile, setUp failed");
H A DWifiConnectionTest.java73 public void setUp() throws Exception { method in class:WifiConnectionTest
74 super.setUp();
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
H A DWifiApStress.java61 public void setUp() throws Exception { method in class:WifiApStress
62 super.setUp();
H A DWifiStressTest.java85 public void setUp() throws Exception { method in class:WifiStressTest
86 super.setUp();
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
H A DWifiClientTest.java94 protected void setUp() throws Exception { method in class:WifiClientTest
95 super.setUp();
H A DWifiSoftAPTest.java48 protected void setUp() throws Exception { method in class:WifiSoftAPTest
49 super.setUp();
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
H A DBandwidthTest.java68 protected void setUp() throws Exception { method in class:BandwidthTest
69 super.setUp();
/frameworks/base/core/tests/benchmarks/src/android/os/
H A DParcelArrayBenchmark.java38 protected void setUp() { method in class:ParcelArrayBenchmark
H A DParcelBenchmark.java26 protected void setUp() { method in class:ParcelBenchmark
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothRebootStressTest.java36 protected void setUp() throws Exception { method in class:BluetoothRebootStressTest
37 super.setUp();
H A DBluetoothStressTest.java41 protected void setUp() throws Exception { method in class:BluetoothStressTest
42 super.setUp();
/frameworks/base/core/tests/coretests/src/android/accessibilityservice/
H A DInterrogationActivityTest.java67 public void setUp() throws Exception { method in class:InterrogationActivityTest
68 super.setUp();
/frameworks/base/core/tests/coretests/src/android/accounts/
H A DAccountManagerServiceTest.java45 protected void setUp() throws Exception { method in class:AccountManagerServiceTest
/frameworks/base/core/tests/coretests/src/android/animation/
H A DAnimatorSetEventsTest.java36 public void setUp() throws Exception { method in class:AnimatorSetEventsTest
41 super.setUp();
H A DEventsTest.java157 public void setUp() throws Exception { method in class:EventsTest
158 super.setUp();
H A DObjectAnimatorEventsTest.java27 public void setUp() throws Exception { method in class:ObjectAnimatorEventsTest
32 super.setUp();
H A DValueAnimatorEventsTest.java24 public void setUp() throws Exception { method in class:ValueAnimatorEventsTest
26 super.setUp();
H A DViewPropertyAnimatorTest.java139 public void setUp() throws Exception { method in class:ViewPropertyAnimatorTest
145 super.setUp();
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java239 public void setUp() throws Exception { method in class:DownloadManagerBaseTest
H A DDownloadManagerFunctionalTest.java47 public void setUp() throws Exception { method in class:DownloadManagerFunctionalTest
48 super.setUp();
H A DDownloadManagerStressTest.java46 public void setUp() throws Exception { method in class:DownloadManagerStressTest
47 super.setUp();
H A DSearchManagerTest.java86 public void setUp() throws Exception { method in class:SearchManagerTest
87 super.setUp();
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DActivityManagerTest.java36 protected void setUp() throws Exception { method in class:ActivityManagerTest
37 super.setUp();

Completed in 88 milliseconds

1234567891011>>