Home
last modified time | relevance | path

Searched refs:tearDown (Results 1 – 25 of 165) sorted by relevance

1234567

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFilterContext.java97 public synchronized void tearDown() { in tearDown() method in FilterContext
106 graph.tearDown(this); in tearDown()
112 mFrameManager.tearDown(); in tearDown()
118 mGLEnvironment.tearDown(); in tearDown()
/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
DVariableSpeedTest.java32 protected void tearDown() throws Exception { in tearDown() method in VariableSpeedTest
35 super.tearDown(); in tearDown()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DMffContext.java201 mCameraStreamer.tearDown(); in release()
208 tearDown(); in release()
428 private void tearDown() { in tearDown() method in MffContext
431 graph.tearDown(); in tearDown()
436 runner.tearDown(); in tearDown()
/frameworks/base/tools/layoutlib/bridge/tests/src/android/graphics/
DMatrix_DelegateTest.java32 protected void tearDown() throws Exception { in tearDown() method in Matrix_DelegateTest
33 super.tearDown(); in tearDown()
/frameworks/base/test-runner/src/android/test/
DSingleLaunchActivityTestCase.java75 protected void tearDown() throws Exception { in tearDown() method in SingleLaunchActivityTestCase
81 super.tearDown(); in tearDown()
DActivityInstrumentationTestCase.java82 protected void tearDown() throws Exception { in tearDown() method in ActivityInstrumentationTestCase
91 super.tearDown(); in tearDown()
DApplicationTestCase.java146 protected void tearDown() throws Exception { in tearDown() method in ApplicationTestCase
155 super.tearDown(); in tearDown()
DActivityInstrumentationTestCase2.java161 protected void tearDown() throws Exception { in tearDown() method in ActivityInstrumentationTestCase2
174 super.tearDown(); in tearDown()
/frameworks/native/cmds/flatland/
DRenderers.cpp74 void tearDown() { in tearDown() function in android::GradientRenderer
162 virtual void tearDown() { in staticGradient() function in android::staticGradient::NoRenderer
163 mGradientRenderer.tearDown(); in staticGradient()
DFlatland.h51 virtual void tearDown() = 0;
65 virtual void tearDown() = 0;
DMain.cpp320 void tearDown() { in tearDown() function in Layer
322 mComposer->tearDown(); in tearDown()
328 mRenderer->tearDown(); in tearDown()
444 void tearDown() { in tearDown() function in BenchmarkRunner
448 mLayers[i].tearDown(); in tearDown()
459 mGLHelper->tearDown(); in tearDown()
683 r.tearDown(); in runTest()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothRebootStressTest.java44 protected void tearDown() throws Exception { in tearDown() method in BluetoothRebootStressTest
45 super.tearDown(); in tearDown()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/
DMffTestCase.java59 protected void tearDown() throws Exception { in tearDown() method in MffTestCase
64 super.tearDown(); in tearDown()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
DMediaPlayerInvokeTest.java52 protected void tearDown() throws Exception { in tearDown() method in MediaPlayerInvokeTest
54 super.tearDown(); in tearDown()
DMediaMimeTest.java66 protected void tearDown() throws Exception { in tearDown() method in MediaMimeTest
67 super.tearDown(); in tearDown()
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DVCardTestsBase.java90 public final void tearDown() throws Exception { in tearDown() method in VCardTestsBase
97 super.tearDown(); in tearDown()
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
DRsBenchTest.java62 public void tearDown() throws Exception { in tearDown() method in RsBenchTest
64 super.tearDown(); in tearDown()
/frameworks/base/core/tests/coretests/src/android/view/
DLongpressTest.java56 protected void tearDown() throws Exception { in tearDown() method in LongpressTest
57 super.tearDown(); in tearDown()
DDisabledLongpressTest.java60 protected void tearDown() throws Exception { in tearDown() method in DisabledLongpressTest
61 super.tearDown(); in tearDown()
DDisabledTest.java63 protected void tearDown() throws Exception { in tearDown() method in DisabledTest
64 super.tearDown(); in tearDown()
DGlobalFocusChangeTest.java46 protected void tearDown() throws Exception { in tearDown() method in GlobalFocusChangeTest
48 super.tearDown(); in tearDown()
/frameworks/base/core/tests/coretests/src/android/database/
DDatabaseStressTest.java57 protected void tearDown() throws Exception { in tearDown() method in DatabaseStressTest
60 super.tearDown(); in tearDown()
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
DWifiSoftAPTest.java54 protected void tearDown() throws Exception { in tearDown() method in WifiSoftAPTest
57 super.tearDown(); in tearDown()
/frameworks/base/keystore/tests/src/android/security/
DSystemKeyStoreTest.java57 protected void tearDown() throws Exception { in tearDown() method in SystemKeyStoreTest
62 super.tearDown(); in tearDown()
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
DUiAutomatorTestCase.java59 protected void tearDown() throws Exception { in tearDown() method in UiAutomatorTestCase
63 super.tearDown(); in tearDown()

1234567