Home
last modified time | relevance | path

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

12345678910>>...34

/cts/tests/tests/dpi/src/android/dpi/cts/
DConfigurationScreenLayoutTest.java49 tearDown(); in testScreenLayout()
57 tearDown(); in testScreenLayout()
69 tearDown(); in testScreenLayout()
80 tearDown(); in testScreenLayout()
99 tearDown(); in computeScreenLayout()
/cts/tests/openglperf2/jni/reference/
DReferenceRenderer.cpp66 bool ReferenceRenderer::tearDown() { in tearDown() function in ReferenceRenderer
69 mScenes[i]->tearDown(); in tearDown()
73 if (!Renderer::tearDown()) { in tearDown()
/cts/hostsidetests/net/src/com/android/cts/net/
DHostsideNetworkCallbackTests.java27 protected void tearDown() throws Exception { in tearDown() method in HostsideNetworkCallbackTests
28 super.tearDown(); in tearDown()
/cts/tests/tests/location/src/android/location/cts/
DBaseMockLocationTest.java36 protected void tearDown() throws Exception { in tearDown() method in BaseMockLocationTest
38 super.tearDown(); in tearDown()
/cts/tests/tests/media/src/android/media/cts/
DVideoEditorTest.java38 protected void tearDown() throws Exception { in tearDown() method in VideoEditorTest
40 super.tearDown(); in tearDown()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAdminServiceProfileOwnerTest.java36 protected void tearDown() throws Exception { in tearDown() method in DeviceAdminServiceProfileOwnerTest
37 super.tearDown(); in tearDown()
DMixedProfileOwnerTestApi25.java44 protected void tearDown() throws Exception { in tearDown() method in MixedProfileOwnerTestApi25
49 super.tearDown(); in tearDown()
DMixedProfileOwnerTest.java44 protected void tearDown() throws Exception { in tearDown() method in MixedProfileOwnerTest
49 super.tearDown(); in tearDown()
DManagedProfileProvisioningSingleAdminTest.java45 protected void tearDown() throws Exception { in tearDown() method in ManagedProfileProvisioningSingleAdminTest
52 super.tearDown(); in tearDown()
DProfileOwnerTestApi23.java48 protected void tearDown() throws Exception { in tearDown() method in ProfileOwnerTestApi23
54 super.tearDown(); in tearDown()
/cts/tests/tests/telecom3/src/android/telecom/cts/
DSelfManagedAwareInCallServiceTest.java84 protected void tearDown() throws Exception { in tearDown() method in SelfManagedAwareInCallServiceTest
85 super.tearDown(); in tearDown()
97 connectionService.tearDown(); in tearDown()
103 inCallService.tearDown(); in tearDown()
/cts/tests/tests/rsblas/src/android/renderscript/cts/
DRSBaseCompute.java41 protected void tearDown() throws Exception { in tearDown() method in RSBaseCompute
42 super.tearDown(); in tearDown()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DConditionProviderVerifierActivity.java114 protected void tearDown() { in tearDown() method in ConditionProviderVerifierActivity.IsEnabledTest
153 protected void tearDown() { in tearDown() method in ConditionProviderVerifierActivity.CannotBeEnabledTest
282 protected void tearDown() { in tearDown() method in ConditionProviderVerifierActivity.CreateAutomaticZenRuleTest
328 protected void tearDown() { in tearDown() method in ConditionProviderVerifierActivity.CreateAutomaticZenRuleWithZenPolicyTest
375 protected void tearDown() { in tearDown() method in ConditionProviderVerifierActivity.UpdateAutomaticZenRuleTest
454 protected void tearDown() { in tearDown() method in ConditionProviderVerifierActivity.UpdateAutomaticZenRuleWithZenPolicyTest
508 protected void tearDown() { in tearDown() method in ConditionProviderVerifierActivity.SubscribeAutomaticZenRuleTest
564 protected void tearDown() { in tearDown() method in ConditionProviderVerifierActivity.GetAutomaticZenRuleTest
621 protected void tearDown() { in tearDown() method in ConditionProviderVerifierActivity.GetAutomaticZenRulesTest
668 protected void tearDown() { in tearDown() method in ConditionProviderVerifierActivity.DeleteAutomaticZenRuleTest
[all …]
/cts/tests/tests/telecom/src/android/telecom/cts/
DNonUiInCallServiceTest.java31 protected void tearDown() throws Exception { in tearDown() method in NonUiInCallServiceTest
34 CtsConnectionService.tearDown(); in tearDown()
36 super.tearDown(); in tearDown()
/cts/hostsidetests/incident/src/com/android/server/cts/
DErrorsTest.java29 protected void tearDown() throws Exception { in tearDown() method in ErrorsTest
32 super.tearDown(); in tearDown()
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
DRSBaseCompute.java40 protected void tearDown() throws Exception { in tearDown() method in RSBaseCompute
45 super.tearDown(); in tearDown()
/cts/tests/tests/keystore/src/android/keystore/cts/
DPerformanceTestBase.java112 measurable.tearDown(); in measure()
125 measurable.tearDown(); in measure()
152 public void tearDown() throws Exception {} in tearDown() method in PerformanceTestBase.Measurable
241 public void tearDown() throws Exception { in tearDown() method in PerformanceTestBase.KeystoreKeyPairGenMeasurable
264 public void tearDown() throws Exception { in tearDown() method in PerformanceTestBase.KeystoreSecretKeyGenMeasurable
/cts/tests/tests/security/src/android/security/cts/
DSkiaJpegDecodingTest.java53 protected void tearDown() throws Exception { in tearDown() method in SkiaJpegDecodingTest
57 super.tearDown(); in tearDown()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DClearProfileOwnerNegativeTest.java29 protected void tearDown() throws Exception { in tearDown() method in ClearProfileOwnerNegativeTest
40 super.tearDown(); in tearDown()
DPasswordExpirationTest.java31 protected void tearDown() throws Exception { in tearDown() method in PasswordExpirationTest
32 super.tearDown(); in tearDown()
/cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
DShortcutManagerUpgradeTest.java31 public void tearDown() throws Exception { in tearDown() method in ShortcutManagerUpgradeTest
34 super.tearDown(); in tearDown()
/cts/tests/sample/src/android/sample/cts/
DSampleDeviceTest.java52 protected void tearDown() throws Exception { in tearDown() method in SampleDeviceTest
56 super.tearDown(); in tearDown()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DDeprecatedTargetSdkTest.java42 public void tearDown() throws Exception { in tearDown() method in DeprecatedTargetSdkTest
43 super.tearDown(); in tearDown()
/cts/tests/tests/telecom2/src/android/telecom/cts/
DTelecomManagerNoPermissionsTest.java43 protected void tearDown() throws Exception { in tearDown() method in TelecomManagerNoPermissionsTest
44 super.tearDown(); in tearDown()
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DIntentTestBase.java39 super.tearDown(); in cleanUp()
50 public void tearDown() throws Exception { in tearDown() method in IntentTestBase

12345678910>>...34