Home
last modified time | relevance | path

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

12345678910

/packages/apps/Dialer/java/com/android/incallui/
DInCallServiceImpl.java96 tearDown(); in onUnbind()
101 private void tearDown() { in tearDown() method in InCallServiceImpl
105 InCallPresenter.getInstance().tearDown(); in tearDown()
107 returnToCallController.tearDown(); in tearDown()
/packages/apps/Car/Dialer/src/com/android/car/dialer/
DUiBluetoothMonitor.java48 public void tearDown() { in tearDown() method in UiBluetoothMonitor
49 mBluetoothBroadcastReceiver.tearDown(); in tearDown()
112 void tearDown() { in tearDown() method in UiBluetoothMonitor.BluetoothBroadcastReceiver
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DAbstractDownloadProviderFunctionalTest.java181 protected void tearDown() throws Exception { in tearDown() method in AbstractDownloadProviderFunctionalTest
184 mMockitoHelper.tearDown(); in tearDown()
185 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/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarPropertyTestBase.java44 protected void tearDown() throws Exception { in tearDown() method in CarPropertyTestBase
46 super.tearDown(); in tearDown()
DCarApiTestBase.java50 protected void tearDown() throws Exception { in tearDown() method in CarApiTestBase
51 super.tearDown(); in tearDown()
DCarPackageManagerTest.java73 protected void tearDown() throws Exception { in tearDown() method in CarPackageManagerTest
74 super.tearDown(); in tearDown()
DCarSensorManagerTest.java73 protected void tearDown() throws Exception { in tearDown() method in CarSensorManagerTest
74 super.tearDown(); in tearDown()
/packages/apps/TV/tests/jank/src/com/android/tv/tests/jank/
DLiveChannelsTestCase.java43 protected void tearDown() throws Exception { in tearDown() method in LiveChannelsTestCase
46 super.tearDown(); in tearDown()
/packages/apps/Launcher2/tests/stress/src/com/android/launcher2/stress/
DLauncherRotationStressTest.java47 protected void tearDown() throws Exception { in tearDown() method in LauncherRotationStressTest
48 super.tearDown(); in tearDown()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomTestCase.java45 public void tearDown() throws Exception { in tearDown() method in TelecomTestCase
47 mMockitoHelper.tearDown(); in tearDown()
/packages/apps/Email/tests/src/com/android/email/
DMessagingControllerUnitTests.java42 protected void tearDown() throws Exception { in tearDown() method in MessagingControllerUnitTests
43 super.tearDown(); in tearDown()
DControllerProviderOpsTests.java59 public void tearDown() throws Exception { in tearDown() method in ControllerProviderOpsTests
60 super.tearDown(); in tearDown()
/packages/apps/Music/tests/src/com/android/music/
DMusicPlayerStability.java47 protected void tearDown() throws Exception { in tearDown() method in MusicPlayerStability
48 super.tearDown(); in tearDown()
/packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
DCarApiTestBase.java48 protected void tearDown() throws Exception { in tearDown() method in CarApiTestBase
49 super.tearDown(); in tearDown()
DCarPackageManagerTest.java72 protected void tearDown() throws Exception { in tearDown() method in CarPackageManagerTest
73 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/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/provisioning/
DProvisioningControllerBaseTest.java57 public void tearDown() throws Exception { in tearDown() method in ProvisioningControllerBaseTest
59 super.tearDown(); in tearDown()
/packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
DSwitchPreview.java64 protected void tearDown() throws Exception { in tearDown() method in SwitchPreview
67 super.tearDown(); in tearDown()
/packages/apps/Camera2/tests/src/com/android/camera/stress/
DSwitchPreview.java64 protected void tearDown() throws Exception { in tearDown() method in SwitchPreview
67 super.tearDown(); in tearDown()
/packages/apps/LegacyCamera/tests/src/com/android/camera/power/
DImageAndVideoCapture.java59 protected void tearDown() throws Exception { in tearDown() method in ImageAndVideoCapture
60 super.tearDown(); in tearDown()

12345678910