Searched refs:tearDown (Results 1 - 25 of 253) 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/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.java60 public void tearDown() throws Exception { method in class:PhoneStateListenerTest
61 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 DDisabledTest.java63 protected void tearDown() throws Exception { method in class:DisabledTest
64 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/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/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.java60 public void tearDown() throws Exception { method in class:ImsPhoneFactoryTest
61 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();
/frameworks/base/core/tests/benchmarks/src/android/text/
H A DSpannableStringBuilderBenchmark.java50 protected void tearDown() { method in class:SpannableStringBuilderBenchmark
H A DSpannableStringInternalCopyBenchmark.java43 protected void tearDown() { method in class:SpannableStringInternalCopyBenchmark
/frameworks/base/core/tests/benchmarks/src/com/android/internal/net/
H A DNetworkStatsFactoryBenchmark.java36 protected void tearDown() { method in class:NetworkStatsFactoryBenchmark
/frameworks/av/camera/aidl/android/hardware/camera2/
H A DICameraDeviceUser.aidl121 void tearDown(int streamId);

Completed in 4072 milliseconds

1234567891011