Home
last modified time | relevance | path

Searched refs:stopService (Results 1 – 25 of 35) sorted by relevance

12

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java57 TestUtils.stopService(mServiceRule, GattService.class); in tearDown()
72 TestUtils.stopService(mServiceRule, GattService.class); in testServiceUpAndDown()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DProcessStatsDetail.java187 stopService(service.getPackageName(), service.getClassName()); in updateRunningServices()
401 private void stopService(String pkg, String name) { in stopService() method in ProcessStatsDetail
429 getActivity().stopService(new Intent().setClassName(pkg, name)); in doStopService()
/packages/apps/Settings/src/com/android/settings/applications/
DProcessStatsDetail.java187 stopService(service.getPackageName(), service.getClassName()); in updateRunningServices()
401 private void stopService(String pkg, String name) { in stopService() method in ProcessStatsDetail
429 getActivity().stopService(new Intent().setClassName(pkg, name)); in doStopService()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertDialog.java423 stopService(new Intent(this, CellBroadcastAlertAudio.class)); in dismiss()
509 stopService(new Intent(this, CellBroadcastAlertAudio.class)); in dispatchKeyEvent()
/packages/apps/Terminal/src/com/android/terminal/
DTerminalService.java66 stopService(new Intent(this, TerminalService.class)); in destroyTerminal()
/packages/apps/TV/src/com/android/tv/audiotvservice/
DAudioOnlyTvServiceUtil.java59 context.stopService(getIntent(context)); in stopAudioOnlyInput()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppServiceTest.java71 TestUtils.stopService(mServiceRule, BluetoothOppService.class); in tearDown()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapServiceTest.java71 TestUtils.stopService(mServiceRule, BluetoothPbapService.class); in tearDown()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/pan/
DPanServiceTest.java71 TestUtils.stopService(mServiceRule, PanService.class); in tearDown()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfpclient/
DHeadsetClientServiceTest.java73 TestUtils.stopService(mServiceRule, HeadsetClientService.class); in tearDown()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/pbapclient/
DPbapClientServiceTest.java71 TestUtils.stopService(mServiceRule, PbapClientService.class); in tearDown()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMtpReceiver.java68 boolean status = context.stopService(new Intent(context, MtpService.class)); in handleUsbState()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapServiceTest.java71 TestUtils.stopService(mServiceRule, BluetoothMapService.class); in tearDown()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/sap/
DSapServiceTest.java71 TestUtils.stopService(mServiceRule, SapService.class); in tearDown()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerServiceTest.java72 TestUtils.stopService(mServiceRule, AvrcpControllerService.class); in tearDown()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/provisioning/
DProvisioningManagerHelper.java143 mContext.stopService(SERVICE_INTENT); in clearResourcesLocked()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dpsink/
DA2dpSinkServiceTest.java78 TestUtils.stopService(mServiceRule, A2dpSinkService.class); in tearDown()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
DHidHostServiceTest.java81 TestUtils.stopService(mServiceRule, HidHostService.class); in tearDown()
DHidDeviceTest.java147 TestUtils.stopService(mServiceRule, HidDeviceService.class); in tearDown()
/packages/services/Telephony/testapps/SmsManagerTestApp/src/com/android/phone/testapps/smsmanagertestapp/
DSmsManagerTestApp.java93 stopService(new Intent(this, SmsManagerTestService.class)); in onPause()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceTest.java133 stopService(); in tearDown()
147 private void stopService() throws TimeoutException { in stopService() method in A2dpServiceTest
148 TestUtils.stopService(mServiceRule, A2dpService.class); in stopService()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/mapclient/
DMapClientTest.java85 TestUtils.stopService(mServiceRule, MapClientService.class); in tearDown()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidServiceTest.java130 stopService(); in tearDown()
143 private void stopService() throws TimeoutException { in stopService() method in HearingAidServiceTest
144 TestUtils.stopService(mServiceRule, HearingAidService.class); in stopService()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/
DTestUtils.java166 public static <T extends ProfileService> void stopService(ServiceTestRule serviceTestRule, in stopService() method in TestUtils
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java124 stopService(stopIntent); in stop()

12