/frameworks/base/services/tests/mockingservicestests/src/com/android/server/testables/ |
D | StaticMockFixtureRuleTest.java | 77 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 …]
|
D | StaticMockFixtureRule.java | 100 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/ |
D | lint-baseline.txt | 4 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/ |
D | FilterContext.java | 96 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/ |
D | WindowAnimationJankTestBase.java | 46 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/ |
D | MffContext.java | 201 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/ |
D | SingleLaunchActivityTestCase.java | 79 protected void tearDown() throws Exception { in tearDown() method in SingleLaunchActivityTestCase 85 super.tearDown(); in tearDown()
|
D | ActivityInstrumentationTestCase.java | 80 protected void tearDown() throws Exception { in tearDown() method in ActivityInstrumentationTestCase 89 super.tearDown(); in tearDown()
|
D | ApplicationTestCase.java | 150 protected void tearDown() throws Exception { in tearDown() method in ApplicationTestCase 159 super.tearDown(); in tearDown()
|
D | ActivityInstrumentationTestCase2.java | 161 protected void tearDown() throws Exception { in tearDown() method in ActivityInstrumentationTestCase2 174 super.tearDown(); in tearDown()
|
/frameworks/native/cmds/flatland/ |
D | Renderers.cpp | 74 void tearDown() { in tearDown() function in android::GradientRenderer 162 virtual void tearDown() { in staticGradient() function in android::staticGradient::NoRenderer 163 mGradientRenderer.tearDown(); in staticGradient()
|
D | Flatland.h | 51 virtual void tearDown() = 0; 65 virtual void tearDown() = 0;
|
D | Main.cpp | 318 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/ |
D | BluetoothRebootStressTest.java | 44 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/ |
D | AppSmsManagerTest.java | 58 public void tearDown() throws Exception { in tearDown() method in AppSmsManagerTest 59 super.tearDown(); in tearDown()
|
/frameworks/opt/net/ims/tests/src/com/android/ims/ |
D | ImsConfigTest.java | 52 public void tearDown() throws Exception { in tearDown() method in ImsConfigTest 54 super.tearDown(); in tearDown()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | DisabledLongpressTest.java | 59 protected void tearDown() throws Exception { in tearDown() method in DisabledLongpressTest 60 super.tearDown(); in tearDown()
|
D | LongpressTest.java | 55 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/ |
D | MffTestCase.java | 59 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/ |
D | CarrierDefaultActivityTestCase.java | 50 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/ |
D | VCardTestsBase.java | 90 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/ |
D | MediaPlayerInvokeTest.java | 52 protected void tearDown() throws Exception { in tearDown() method in MediaPlayerInvokeTest 54 super.tearDown(); in tearDown()
|
/frameworks/base/tests/ServiceCrashTest/src/com/android/tests/servicecrashtest/ |
D | ServiceCrashTest.java | 47 protected void tearDown() throws Exception { in tearDown() method in ServiceCrashTest 50 super.tearDown(); in tearDown()
|
/frameworks/base/core/tests/coretests/src/android/database/ |
D | DatabaseStressTest.java | 57 protected void tearDown() throws Exception { in tearDown() method in DatabaseStressTest 60 super.tearDown(); in tearDown()
|
/frameworks/base/test-base/src/junit/framework/ |
D | TestCase.java | 140 tearDown(); in runBare() 189 protected void tearDown() throws Exception { in tearDown() method in TestCase
|