/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/gatt/ |
D | GattServiceTest.java | 59 TestUtils.stopService(mServiceRule, GattService.class); in tearDown() 75 TestUtils.stopService(mServiceRule, GattService.class); in testServiceUpAndDown()
|
/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/action/service/ |
D | EmergencyActionForegroundService.java | 138 public static void stopService(Context context) { in stopService() method in EmergencyActionForegroundService 139 context.stopService(new Intent(context, EmergencyActionForegroundService.class)); in stopService()
|
/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/action/ |
D | EmergencyActionFragment.java | 65 EmergencyActionForegroundService.stopService(context); in onAttach() 159 EmergencyActionForegroundService.stopService(getActivity()); in onSlideComplete()
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | ProcessStatsDetail.java | 187 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/TV/src/com/android/tv/audiotvservice/ |
D | AudioOnlyTvServiceUtil.java | 59 context.stopService(getIntent(context)); in stopAudioOnlyInput()
|
/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/action/broadcast/ |
D | EmergencyActionBroadcastReceiver.java | 70 EmergencyActionForegroundService.stopService(context); in onReceive()
|
/packages/services/Mtp/src/com/android/mtp/ |
D | MtpReceiver.java | 68 boolean status = context.stopService(new Intent(context, MtpService.class)); in handleUsbState()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppServiceTest.java | 75 TestUtils.stopService(mServiceRule, BluetoothOppService.class); in tearDown()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/sap/ |
D | SapServiceTest.java | 75 TestUtils.stopService(mServiceRule, SapService.class); in tearDown()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerServiceTest.java | 76 TestUtils.stopService(mServiceRule, AvrcpControllerService.class); in tearDown()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/le_audio/ |
D | LeAudioServiceTest.java | 123 stopService(); in tearDown() 135 private void stopService() throws TimeoutException { in stopService() method in LeAudioServiceTest 136 TestUtils.stopService(mServiceRule, LeAudioService.class); in stopService()
|
/packages/services/Car/service/src/com/android/car/evs/ |
D | CarEvsService.java | 332 stopService(); in handleTransitionToUnavailableLocked() 383 stopService(); in handleTransitionToInactiveLocked() 1153 private void stopService() { in stopService() method in CarEvsService
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapServiceTest.java | 78 TestUtils.stopService(mServiceRule, BluetoothPbapService.class); in tearDown()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/map/ |
D | BluetoothMapServiceTest.java | 78 TestUtils.stopService(mServiceRule, BluetoothMapService.class); in tearDown()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/pbapclient/ |
D | PbapClientServiceTest.java | 79 TestUtils.stopService(mServiceRule, PbapClientService.class); in tearDown()
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastAlertDialog.java | 926 stopService(new Intent(this, CellBroadcastAlertAudio.class)); in dismissAllFromNotification() 948 stopService(new Intent(this, CellBroadcastAlertAudio.class)); in dismiss() 1052 stopService(new Intent(this, CellBroadcastAlertAudio.class)); in onKeyDown()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/pan/ |
D | PanServiceTest.java | 83 TestUtils.stopService(mServiceRule, PanService.class); in tearDown()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/finalization/ |
D | FinalizationActivityBase.java | 164 getApplicationContext().stopService(PROVISIONING_SERVICE_INTENT); in onDestroy()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientServiceTest.java | 91 TestUtils.stopService(mServiceRule, HeadsetClientService.class); in tearDown()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkServiceTest.java | 80 TestUtils.stopService(mServiceRule, A2dpSinkService.class); in tearDown()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/ |
D | HidHostServiceTest.java | 84 TestUtils.stopService(mServiceRule, HidHostService.class); in tearDown()
|
/packages/services/Telephony/testapps/SmsManagerTestApp/src/com/android/phone/testapps/smsmanagertestapp/ |
D | SmsManagerTestApp.java | 103 stopService(new Intent(this, SmsManagerTestService.class)); in onPause()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/mapclient/ |
D | MapClientTest.java | 88 TestUtils.stopService(mServiceRule, MapClientService.class); in tearDown()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/ |
D | A2dpServiceTest.java | 129 stopService(); in tearDown() 143 private void stopService() throws TimeoutException { in stopService() method in A2dpServiceTest 144 TestUtils.stopService(mServiceRule, A2dpService.class); in stopService()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/ |
D | HearingAidServiceTest.java | 132 stopService(); in tearDown() 145 private void stopService() throws TimeoutException { in stopService() method in HearingAidServiceTest 146 TestUtils.stopService(mServiceRule, HearingAidService.class); in stopService()
|