Home
last modified time | relevance | path

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

12345678910>>...49

/packages/apps/Dialer/java/com/android/incallui/
DInCallServiceImpl.java131 tearDown(); in onUnbind()
137 private void tearDown() { in tearDown() method in InCallServiceImpl
141 InCallPresenter.getInstance().tearDown(); in tearDown()
144 returnToCallController.tearDown(); in tearDown()
/packages/modules/common/javatests/com/android/modules/targetprep/
DClasspathFetcherTest.java119 fetcher.tearDown(mTestInfo, null); in testSingleArtifactFetcher()
133 fetcher2.tearDown(mTestInfo, null); in testMultipleArtifactFetchers()
135 fetcher1.tearDown(mTestInfo, null); in testMultipleArtifactFetchers()
162 fetcher.tearDown(mTestInfo, null); in testFetchCorrectBcpClasses()
189 fetcher.tearDown(mTestInfo, null); in testFetchCorrectSscpClasses()
/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/mockito/
DExtendedMockitoRule.java130 tearDown(description, /* e=*/ null); in apply()
135 tearDown(description, e); in apply()
140 tearDown(description, e); in apply()
202 private void tearDown(Description description, Throwable e) {
219 fixture.tearDown();
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/net/
DIkeConnectionControllerTest.java211 public void tearDown() throws Exception { in tearDown() method in IkeConnectionControllerTest
212 mIkeConnectionCtrl.tearDown(); in tearDown()
268 mIkeConnectionCtrl.tearDown(); in verifySetupAndTeardownWithNw()
303 mIkeConnectionCtrl.tearDown(); in verifySetupAndTeardownWithNw()
308 mIkeConnectionCtrl.tearDown(); in verifyTearDownInSecondSetup()
338 mIkeConnectionCtrl.tearDown(); in verifySetupAndTeardownWithIpVersionAndPort()
359 mIkeConnectionCtrl.tearDown(); in verifySetupAndTeardownWithIpVersionAndPort()
412 mIkeConnectionCtrl.tearDown(); in verifyIpFamilySelection()
474 mIkeConnectionCtrl.tearDown(); in verifyIpFamilySelection()
636 mIkeConnectionCtrl.tearDown(); in verifyIsIpV4Preferred()
[all …]
/packages/modules/Connectivity/tests/cts/hostside/src/com/android/cts/net/
DHostsideNetworkCallbackTests.java27 protected void tearDown() throws Exception { in tearDown() method in HostsideNetworkCallbackTests
28 super.tearDown(); in tearDown()
DHostsideNetworkPolicyManagerTests.java28 protected void tearDown() throws Exception { in tearDown() method in HostsideNetworkPolicyManagerTests
29 super.tearDown(); in tearDown()
DHostsideConnOnActivityStartTest.java32 protected void tearDown() throws Exception { in tearDown() method in HostsideConnOnActivityStartTest
33 super.tearDown(); in tearDown()
/packages/apps/Messaging/tests/src/com/android/messaging/
DBugleTestCase.java44 protected void tearDown() throws Exception { in tearDown() method in BugleTestCase
45 super.tearDown(); in tearDown()
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
DBugleServiceTestCase.java48 protected void tearDown() throws Exception { in tearDown() method in BugleServiceTestCase
49 super.tearDown(); in tearDown()
/packages/apps/Messaging/tests/src/com/android/messaging/ui/
DBugleActivityInstrumentationTestCase.java48 protected void tearDown() throws Exception { in tearDown() method in BugleActivityInstrumentationTestCase
49 super.tearDown(); in tearDown()
DBugleActivityUnitTestCase.java51 protected void tearDown() throws Exception { in tearDown() method in BugleActivityUnitTestCase
52 super.tearDown(); in tearDown()
DFragmentTestCase.java73 protected void tearDown() throws Exception { in tearDown() method in FragmentTestCase
94 super.tearDown(); in tearDown()
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DRestrictedModeTest.java31 public void tearDown() throws Exception { in tearDown() method in RestrictedModeTest
33 super.tearDown(); in tearDown()
DAbstractBatterySaverModeTestCase.java44 public final void tearDown() throws Exception { in tearDown() method in AbstractBatterySaverModeTestCase
45 super.tearDown(); in tearDown()
DAbstractDozeModeTestCase.java47 public final void tearDown() throws Exception { in tearDown() method in AbstractDozeModeTestCase
48 super.tearDown(); in tearDown()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DLogUtilsTest.java40 public void tearDown() throws Exception { in tearDown() method in LogUtilsTest
41 super.tearDown(); in tearDown()
DMmiUtilsTest.java71 public void tearDown() throws Exception { in tearDown() method in MmiUtilsTest
72 super.tearDown(); in tearDown()
DCallControlTest.java61 public void tearDown() throws Exception { in tearDown() method in CallControlTest
62 super.tearDown(); in tearDown()
DCallExceptionTests.java50 public void tearDown() throws Exception { in tearDown() method in CallExceptionTests
51 super.tearDown(); in tearDown()
DVideoProfileTest.java46 public void tearDown() throws Exception { in tearDown() method in VideoProfileTest
47 super.tearDown(); in tearDown()
/packages/apps/TV/tests/jank/src/com/android/tv/tests/jank/
DLiveChannelsTestCase.java41 protected void tearDown() throws Exception { in tearDown() method in LiveChannelsTestCase
44 super.tearDown(); in tearDown()
/packages/modules/Bluetooth/framework/tests/stress/src/android/bluetooth/
DBluetoothRebootStressTest.java44 protected void tearDown() throws Exception { in tearDown() method in BluetoothRebootStressTest
45 super.tearDown(); in tearDown()
/packages/services/Telephony/tests/src/com/android/phone/
DPhoneGlobalsTest.java47 public void tearDown() throws Exception { in tearDown() method in PhoneGlobalsTest
48 super.tearDown(); in tearDown()
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
DPackageIconLoaderTest.java47 public void tearDown() throws Exception { in tearDown() method in PackageIconLoaderTest
49 super.tearDown(); in tearDown()
/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/
DSmsCbContactInfoTest.java57 public void tearDown() throws Exception { in tearDown() method in SmsCbContactInfoTest
58 super.tearDown(); in tearDown()

12345678910>>...49