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

1234567

/frameworks/base/test-runner/src/android/test/
H A DTestCase.java46 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}.
73 protected void tearDown() throws Exception { method in class:SingleLaunchActivityTestCase
79 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
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/ex/variablespeed/tests/src/com/android/ex/variablespeed/
H A DVariableSpeedTest.java32 protected void tearDown() throws Exception { method in class:VariableSpeedTest
35 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/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();
H A DDatabaseErrorHandlerTest.java52 protected void tearDown() throws Exception { method in class:DatabaseErrorHandlerTest
55 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();
H A DGlobalFocusChangeTest.java46 protected void tearDown() throws Exception { method in class:GlobalFocusChangeTest
48 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/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBenchTest.java62 public void tearDown() throws Exception { method in class:RsBenchTest
64 super.tearDown();
/frameworks/native/cmds/flatland/
H A DFlatland.h51 virtual void tearDown() = 0;
65 virtual void tearDown() = 0;
/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/com/android/internal/net/
H A DNetworkStatsFactoryBenchmark.java37 protected void tearDown() { method in class:NetworkStatsFactoryBenchmark
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestCase.java59 protected void tearDown() throws Exception { method in class:UiAutomatorTestCase
63 super.tearDown();
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DWifiConnectionTest.java54 public void tearDown() throws Exception { method in class:WifiConnectionTest
56 super.tearDown();
/frameworks/base/core/tests/coretests/src/android/os/
H A DMessengerTest.java109 protected void tearDown() throws Exception { method in class:MessengerTest
110 super.tearDown();

Completed in 604 milliseconds

1234567