Searched refs:setUp (Results 126 - 150 of 385) sorted by relevance

1234567891011>>

/frameworks/base/core/tests/coretests/src/android/widget/listview/focus/
H A DListWithEditTextHeaderTest.java38 protected void setUp() throws Exception { method in class:ListWithEditTextHeaderTest
39 super.setUp();
/frameworks/base/core/tests/coretests/src/android/widget/touchmode/
H A DChangeTouchModeTest.java41 protected void setUp() throws Exception { method in class:ChangeTouchModeTest
42 super.setUp();
/frameworks/base/core/tests/notificationtests/src/android/app/
H A DNotificationStressTest.java57 protected void setUp() throws Exception { method in class:NotificationStressTest
58 super.setUp();
/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/
H A DMediaMimeTest.java58 protected void setUp() throws Exception { method in class:MediaMimeTest
59 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 DServiceTestCase.java49 * The {@link #setUp()} method is called before each test method. The base implementation
50 * gets the system context. If you override <code>setUp()</code>, you must call
51 * <code>super.setUp()</code> as the first statement in your override.
131 * must call <code>super.setUp()</code> as the first statement in your override. The method is
135 protected void setUp() throws Exception { method in class:ServiceTestCase
136 super.setUp();
317 * Returns the real system context that is saved by {@link #setUp()}. Use it to create
/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
H A DJavaBridgeReturnValuesTest.java120 protected void setUp() throws Exception { method in class:JavaBridgeReturnValuesTest
121 super.setUp();
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
H A DActivityManagerPermissionTests.java34 protected void setUp() throws Exception { method in class:ActivityManagerPermissionTests
35 super.setUp();
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/
H A DAmbiguousViewMatcherExceptionTest.java43 public void setUp() throws Exception { method in class:AmbiguousViewMatcherExceptionTest
44 super.setUp();
H A DAppNotIdleExceptionTest.java47 public void setUp() throws Exception { method in class:AppNotIdleExceptionTest
48 super.setUp();
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/action/
H A DTypeTextActionTest.java47 public void setUp() throws Exception { method in class:TypeTextActionTest
48 super.setUp();
/frameworks/testing/espresso/espresso-sample/src/androidTest/java/com/google/android/apps/common/testing/ui/testapp/
H A DCustomFailureHandlerTest.java51 public void setUp() throws Exception { method in class:CustomFailureHandlerTest
52 super.setUp();
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestCase.java50 protected void setUp() throws Exception { method in class:UiAutomatorTestCase
51 super.setUp();
/frameworks/volley/tests/src/com/android/volley/
H A DRequestTest.java28 protected void setUp() throws Exception { method in class:RequestTest
29 super.setUp();
/frameworks/volley/tests/src/com/android/volley/toolbox/
H A DBasicNetworkTest.java38 protected void setUp() throws Exception { method in class:BasicNetworkTest
39 super.setUp();
/frameworks/webview/chromium/tests/UbWebViewJankTests/src/com/android/webview/chromium/tests/jank/
H A DWebViewFlingTest.java65 protected void setUp() throws Exception { method in class:WebViewFlingTest
66 super.setUp();
/frameworks/webview/chromium/tests/java/src/com/android/uiautomator/platform/
H A DWebViewFlingTest.java87 protected void setUp() throws Exception { method in class:WebViewFlingTest
88 super.setUp();
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
H A DGraphicsPerformanceTests.java89 public void setUp() throws Exception { method in class:GraphicsPerformanceTests.GraphicsTestBase
90 super.setUp();
128 public void setUp() throws Exception { method in class:GraphicsPerformanceTests.DecodeBitmapTest
129 super.setUp();
167 public void setUp() throws Exception { method in class:GraphicsPerformanceTests.DrawBitmapTest
168 super.setUp();
/frameworks/native/cmds/flatland/
H A DRenderers.cpp46 bool setUp(GLHelper* helper) { function in class:android::GradientRenderer
156 virtual bool setUp(GLHelper* helper) { function in class:android::NoRenderer
159 return mGradientRenderer.setUp(helper);
/frameworks/base/core/java/android/test/
H A DAndroidTestCase.java38 protected void setUp() throws Exception { method in class:AndroidTestCase
39 super.setUp();
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
H A DWifiApStress.java51 protected void setUp() throws Exception { method in class:WifiApStress
52 super.setUp();
/frameworks/base/core/tests/coretests/src/android/animation/
H A DStateListAnimatorTest.java38 protected void setUp() throws Exception { method in class:StateListAnimatorTest
39 super.setUp();
/frameworks/base/core/tests/coretests/src/android/app/
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 580 milliseconds

1234567891011>>