Searched refs:tearDown (Results 26 - 50 of 139) sorted by relevance

123456

/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingTest.java58 public void tearDown() throws Exception { method in class:ImageProcessingTest
59 super.tearDown();
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestCase.java58 protected void tearDown() throws Exception { method in class:UiAutomatorTestCase
62 super.tearDown();
/frameworks/base/core/java/android/test/
H A DAndroidTestCase.java41 protected void tearDown() throws Exception { method in class:AndroidTestCase
42 super.tearDown();
144 * This function is called by various TestCase implementations, at tearDown() time, in order
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
H A DWifiApStress.java72 public void tearDown() throws Exception { method in class:WifiApStress
79 super.tearDown();
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageHelperTests.java75 protected void tearDown() throws Exception { method in class:PackageHelperTests
76 super.tearDown();
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseLocaleTest.java60 protected void tearDown() throws Exception { method in class:DatabaseLocaleTest
62 super.tearDown();
H A DDatabaseLockTest.java56 protected void tearDown() throws Exception { method in class:DatabaseLockTest
59 super.tearDown();
/frameworks/base/core/tests/coretests/src/android/net/http/
H A DCookiesTest.java41 @Override protected void tearDown() throws Exception { method in class:CookiesTest
43 super.tearDown();
H A DDefaultHttpClientTest.java46 @Override protected void tearDown() throws Exception { method in class:DefaultHttpClientTest
48 super.tearDown();
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DNativeProgram.java76 public void tearDown() { method in class:NativeProgram
94 tearDown();
H A DFrameManager.java61 public void tearDown() { method in class:FrameManager
/frameworks/base/test-runner/src/android/test/
H A DProviderTestCase2.java155 protected void tearDown() throws Exception { method in class:ProviderTestCase2
157 super.tearDown();
H A DServiceTestCase.java72 * After each test method finishes, the test case calls the {@link #tearDown} method. This
74 * service was started. If you override <code>tearDown()</code>, your must call the
75 * <code>super.tearDown()</code> as the last statement in your override.
183 * {@link #tearDown}.
253 * calls onDestroy(). Ordinarily this is called automatically (by {@link #tearDown}, but
276 * Subclasses that override this method must call <code>super.tearDown()</code> as their
283 protected void tearDown() throws Exception { method in class:ServiceTestCase
292 super.tearDown();
/frameworks/base/tests/CoreTests/android/core/
H A DProxyTest.java46 protected void tearDown() throws Exception { method in class:ProxyTest
47 super.tearDown();
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParserTest.java34 protected void tearDown() throws Exception { method in class:BridgeXmlBlockParserTest
35 super.tearDown();
/frameworks/support/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();
/frameworks/base/core/tests/benchmarks/src/android/os/
H A DParcelBenchmark.java31 protected void tearDown() { method in class:ParcelBenchmark
/frameworks/base/media/mca/effect/java/android/media/effect/
H A DEffectContext.java88 mFilterContext.tearDown();
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DGLTextureSource.java100 public void tearDown(FilterContext context) { method in class:GLTextureSource
H A DObjectSource.java79 public void tearDown(FilterContext context) { method in class:ObjectSource
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
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/support/volley/tests/src/com/android/volley/toolbox/
H A DPoolingByteArrayOutputStreamTest.java28 public void tearDown() { method in class:PoolingByteArrayOutputStreamTest
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DWifiConnectionTest.java123 public void tearDown() throws Exception { method in class:WifiConnectionTest
124 log("tearDown()");
126 super.tearDown();

Completed in 367 milliseconds

123456