Searched defs:tearDown (Results 26 - 50 of 155) sorted by relevance

1234567

/frameworks/base/core/tests/coretests/src/android/view/
H A DGlobalFocusChangeTest.java46 protected void tearDown() throws Exception { method in class:GlobalFocusChangeTest
48 super.tearDown();
/frameworks/base/core/tests/notificationtests/src/android/app/
H A DNotificationStressTest.java65 protected void tearDown() throws Exception { method in class:NotificationStressTest
66 super.tearDown();
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DGLTextureSource.java97 public void tearDown(FilterContext context) { method in class:GLTextureSource
H A DObjectSource.java76 public void tearDown(FilterContext context) { method in class:ObjectSource
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DMediaPlayerInvokeTest.java52 protected void tearDown() throws Exception { method in class:MediaPlayerInvokeTest
54 super.tearDown();
H A DMediaMimeTest.java66 protected void tearDown() throws Exception { method in class:MediaMimeTest
67 super.tearDown();
/frameworks/base/packages/ExternalStorageProvider/tests/src/com/android/externalstorage/
H A DExternalStorageProviderTest.java41 protected void tearDown() throws Exception { method in class:ExternalStorageProviderTest
42 super.tearDown();
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkManagementServiceTest.java67 public void tearDown() throws Exception { method in class:NetworkManagementServiceTest
70 super.tearDown();
/frameworks/base/test-runner/src/android/test/
H A DActivityInstrumentationTestCase.java25 * automatically here by {@link #setUp} and {@link #tearDown}.
80 protected void tearDown() throws Exception { method in class:ActivityInstrumentationTestCase
89 super.tearDown();
H A DActivityInstrumentationTestCase2.java161 protected void tearDown() throws Exception { method in class:ActivityInstrumentationTestCase2
174 super.tearDown();
H A DSingleLaunchActivityTestCase.java24 * launch and finish the activity in {@link #setUp} and {@link #tearDown}.
73 protected void tearDown() throws Exception { method in class:SingleLaunchActivityTestCase
79 super.tearDown();
H A DApplicationTestCase.java39 * <li>After your test completes, the test case {@link #tearDown} method is
108 * be stopped by {@link #tearDown}. If you wish to inject a specialized Context for your
126 * call onTerminate(). Ordinarily this will be called automatically (by {@link #tearDown}, but
138 * test. Subclasses that override this method should make sure they call super.tearDown()
144 protected void tearDown() throws Exception { method in class:ApplicationTestCase
153 super.tearDown();
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DAsmAnalyzerTest.java66 public void tearDown() throws Exception { method in class:AsmAnalyzerTest
H A DLogTest.java35 public void tearDown() throws Exception { method in class:LogTest
H A DRenameClassAdapterTest.java46 public void tearDown() throws Exception { method in class:RenameClassAdapterTest
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DConnectivityManagerMobileTest.java59 // Note: When the test fails in setUp(), tearDown is not called. In that case,
61 // tearDown() is called here to avoid that situation.
62 tearDown();
69 public void tearDown() throws Exception { method in class:ConnectivityManagerMobileTest
72 super.tearDown();
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageHelperTests.java77 protected void tearDown() throws Exception { method in class:PackageHelperTests
78 super.tearDown();
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseLockTest.java56 protected void tearDown() throws Exception { method in class:DatabaseLockTest
59 super.tearDown();
/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DStorageManagerIntegrationTest.java53 protected void tearDown() throws Exception { method in class:StorageManagerIntegrationTest
58 super.tearDown();
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DBitmapSource.java106 public void tearDown(FilterContext env) { method in class:BitmapSource
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
H A DCameraFunctionalTest.java95 protected void tearDown() throws Exception { method in class:CameraFunctionalTest
107 super.tearDown();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCameraStressTest.java99 protected void tearDown() throws Exception { method in class:CameraStressTest
113 super.tearDown();
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DApplicationRestrictionsTest.java82 public void tearDown() { method in class:ApplicationRestrictionsTest
/frameworks/volley/tests/src/com/android/volley/
H A DCacheDispatcherTest.java57 protected void tearDown() throws Exception { method in class:CacheDispatcherTest
58 super.tearDown();
H A DNetworkDispatcherTest.java57 protected void tearDown() throws Exception { method in class:NetworkDispatcherTest
58 super.tearDown();

Completed in 1720 milliseconds

1234567