Home
last modified time | relevance | path

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

12345678910>>...25

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/testables/
DStaticMockFixtureRuleTest.java77 public void tearDown() { in tearDown() method in StaticMockFixtureRuleTest
103 doNothing().when(mA1).tearDown(); in prepareMockBehaviours()
104 doNothing().when(mB1).tearDown(); in prepareMockBehaviours()
137 inOrder.verify(mB1).tearDown(); in testRuleWorksWithExplicitFixtures()
138 inOrder.verify(mA1).tearDown(); in testRuleWorksWithExplicitFixtures()
149 inOrder.verify(mB1).tearDown(); in testRuleWorksWithExplicitFixtures()
150 inOrder.verify(mA1).tearDown(); in testRuleWorksWithExplicitFixtures()
177 inOrder.verify(mB1).tearDown(); in testRuleWorksWithFixtureSuppliers()
178 inOrder.verify(mA1).tearDown(); in testRuleWorksWithFixtureSuppliers()
191 inOrder.verify(mB2).tearDown(); in testRuleWorksWithFixtureSuppliers()
[all …]
DStaticMockFixtureRule.java100 tearDown(null); in apply()
105 tearDown(e); in apply()
110 tearDown(e); in apply()
125 private void tearDown(Throwable e) {
129 mStaticMockFixtures[i].tearDown();
/frameworks/base/test-runner/api/
Dlint-baseline.txt4 GenericException: android.test.ActivityInstrumentationTestCase#tearDown():
10 GenericException: android.test.ActivityInstrumentationTestCase2#tearDown():
14 GenericException: android.test.ActivityUnitTestCase#tearDown():
18 GenericException: android.test.ApplicationTestCase#tearDown():
22 GenericException: android.test.ProviderTestCase#tearDown():
26 GenericException: android.test.ProviderTestCase2#tearDown():
30 GenericException: android.test.ServiceTestCase#tearDown():
34 GenericException: android.test.SingleLaunchActivityTestCase#tearDown():
140 ProtectedMember: android.test.ActivityInstrumentationTestCase#tearDown():
141 …ethods not allowed; must be public: method android.test.ActivityInstrumentationTestCase.tearDown()}
[all …]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFilterContext.java96 public synchronized void tearDown() { in tearDown() method in FilterContext
105 graph.tearDown(this); in tearDown()
111 mFrameManager.tearDown(); in tearDown()
117 mGLEnvironment.tearDown(); in tearDown()
/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
DWindowAnimationJankTestBase.java46 protected void tearDown() throws Exception { in tearDown() method in WindowAnimationJankTestBase
48 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/test-runner/src/android/test/
DSingleLaunchActivityTestCase.java79 protected void tearDown() throws Exception { in tearDown() method in SingleLaunchActivityTestCase
85 super.tearDown(); in tearDown()
DActivityInstrumentationTestCase.java80 protected void tearDown() throws Exception { in tearDown() method in ActivityInstrumentationTestCase
89 super.tearDown(); in tearDown()
DApplicationTestCase.java150 protected void tearDown() throws Exception { in tearDown() method in ApplicationTestCase
159 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.cpp318 void tearDown() { in tearDown() function in Layer
320 mComposer->tearDown(); in tearDown()
326 mRenderer->tearDown(); in tearDown()
439 void tearDown() { in tearDown() function in BenchmarkRunner
443 mLayers[i].tearDown(); in tearDown()
454 mGLHelper->tearDown(); in tearDown()
677 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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DAppSmsManagerTest.java58 public void tearDown() throws Exception { in tearDown() method in AppSmsManagerTest
59 super.tearDown(); in tearDown()
/frameworks/opt/net/ims/tests/src/com/android/ims/
DImsConfigTest.java52 public void tearDown() throws Exception { in tearDown() method in ImsConfigTest
54 super.tearDown(); in tearDown()
/frameworks/base/core/tests/coretests/src/android/view/
DDisabledLongpressTest.java59 protected void tearDown() throws Exception { in tearDown() method in DisabledLongpressTest
60 super.tearDown(); in tearDown()
DLongpressTest.java55 protected void tearDown() throws Exception { in tearDown() method in LongpressTest
56 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/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/
DCarrierDefaultActivityTestCase.java50 protected void tearDown() throws Exception { in tearDown() method in CarrierDefaultActivityTestCase
51 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/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()
/frameworks/base/tests/ServiceCrashTest/src/com/android/tests/servicecrashtest/
DServiceCrashTest.java47 protected void tearDown() throws Exception { in tearDown() method in ServiceCrashTest
50 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/test-base/src/junit/framework/
DTestCase.java140 tearDown(); in runBare()
189 protected void tearDown() throws Exception { in tearDown() method in TestCase

12345678910>>...25