Searched refs:tearDown (Results 1 - 25 of 335) sorted by relevance

1234567891011>>

/frameworks/base/test-runner/src/android/test/
H A DTestCase.java45 public void tearDown(); method in interface:TestCase
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 DSingleLaunchActivityTestCase.java24 * launch and finish the activity in {@link #setUp} and {@link #tearDown}.
79 protected void tearDown() throws Exception { method in class:SingleLaunchActivityTestCase
85 super.tearDown();
H A DActivityInstrumentationTestCase2.java161 protected void tearDown() throws Exception { method in class:ActivityInstrumentationTestCase2
174 super.tearDown();
H A DApplicationTestCase.java39 * <li>After your test completes, the test case {@link #tearDown} method is
114 * be stopped by {@link #tearDown}. If you wish to inject a specialized Context for your
132 * call onTerminate(). Ordinarily this will be called automatically (by {@link #tearDown}, but
144 * test. Subclasses that override this method should make sure they call super.tearDown()
150 protected void tearDown() throws Exception { method in class:ApplicationTestCase
159 super.tearDown();
/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
H A DWindowAnimationJankTestBase.java48 protected void tearDown() throws Exception { method in class:WindowAnimationJankTestBase
50 super.tearDown();
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothRebootStressTest.java44 protected void tearDown() throws Exception { method in class:BluetoothRebootStressTest
45 super.tearDown();
/frameworks/opt/net/ims/tests/src/com/android/ims/
H A DImsConfigTest.java51 public void tearDown() throws Exception { method in class:ImsConfigTest
53 super.tearDown();
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterContext.java97 public synchronized void tearDown() { method in class:FilterContext
106 graph.tearDown(this);
112 mFrameManager.tearDown();
118 mGLEnvironment.tearDown();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCallStateExceptionTest.java27 public void tearDown() throws Exception { method in class:CallStateExceptionTest
H A DPhoneStateListenerTest.java62 public void tearDown() throws Exception { method in class:PhoneStateListenerTest
64 super.tearDown();
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
H A DWifiSoftAPTest.java54 protected void tearDown() throws Exception { method in class:WifiSoftAPTest
57 super.tearDown();
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseStressTest.java57 protected void tearDown() throws Exception { method in class:DatabaseStressTest
60 super.tearDown();
/frameworks/base/core/tests/coretests/src/android/view/
H A DDisabledLongpressTest.java60 protected void tearDown() throws Exception { method in class:DisabledLongpressTest
61 super.tearDown();
H A DLongpressTest.java56 protected void tearDown() throws Exception { method in class:LongpressTest
57 super.tearDown();
/frameworks/base/keystore/tests/src/android/security/
H A DSystemKeyStoreTest.java57 protected void tearDown() throws Exception { method in class:SystemKeyStoreTest
62 super.tearDown();
/frameworks/base/legacy-test/src/junit/framework/
H A DTestCase.java13 * <li>clean-up after a test by overriding {@link #tearDown()}.</li>
140 tearDown();
189 protected void tearDown() throws Exception { method in class:TestCase
/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();
/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/
H A DCarrierDefaultActivityTestCase.java50 protected void tearDown() throws Exception { method in class:CarrierDefaultActivityTestCase
51 super.tearDown();
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DPackageManagerServiceTest.java38 protected void tearDown() throws Exception { method in class:PackageManagerServiceTest
39 super.tearDown();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/
H A DMffTestCase.java59 protected void tearDown() throws Exception { method in class:MffTestCase
64 super.tearDown();
/frameworks/native/cmds/flatland/
H A DFlatland.h51 virtual void tearDown() = 0;
65 virtual void tearDown() = 0;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneFactoryTest.java62 public void tearDown() throws Exception { method in class:ImsPhoneFactoryTest
64 super.tearDown();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
H A DInProgressCallSessionTest.java43 public void tearDown() throws Exception { method in class:InProgressCallSessionTest
44 super.tearDown();
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DVCardTestsBase.java77 * {@link VCardVerifier#verify()} on {@link #tearDown()}.
87 * Calls super's {@link #tearDown()} and {@link VCardVerifier#verify()}.
90 public final void tearDown() throws Exception { method in class:VCardTestsBase
93 // we had forgotten to call the method. That is why we override setUp()/tearDown() here.
97 super.tearDown();

Completed in 420 milliseconds

1234567891011>>