Searched refs:stopService (Results 1 - 15 of 15) sorted by relevance

/packages/apps/Terminal/src/com/android/terminal/
H A DTerminalService.java66 stopService(new Intent(this, TerminalService.class));
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMtpReceiver.java65 boolean status = context.stopService(new Intent(context, MtpService.class));
66 if (DEBUG) { Log.d(TAG, "handleUsbState stopService status=" + status); }
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
H A DDeviceOwnerProvisioningActivity.java167 stopService(new Intent(this, DeviceOwnerProvisioningService.class));
242 stopService(new Intent(DeviceOwnerProvisioningActivity.this,
256 stopService(new Intent(DeviceOwnerProvisioningActivity.this,
H A DProfileOwnerProvisioningActivity.java187 stopService(new Intent(this, ProfileOwnerProvisioningService.class));
269 stopService(new Intent(this, ProfileOwnerProvisioningService.class));
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertDialog.java407 stopService(new Intent(this, CellBroadcastAlertAudio.class));
493 stopService(new Intent(this, CellBroadcastAlertAudio.class));
/packages/apps/Settings/src/com/android/settings/applications/
H A DProcessStatsDetail.java167 stopService(service.getPackageName(), service.getClassName());
381 private void stopService(String pkg, String name) { method in class:ProcessStatsDetail
409 getActivity().stopService(new Intent().setClassName(pkg, name));
H A DRunningServiceDetails.java101 getActivity().stopService(new Intent().setComponent(si.mRunningService.service));
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkService.java71 stopService(stopIntent);
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DConfirmAddDetailActivity.java871 context.stopService(new Intent(context, EmptyService.class));
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DCustomContactListFilterActivity.java904 context.stopService(new Intent(context, EmptyService.class));
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeActivity.java754 composeActivity.stopService(mEmptyServiceIntent);
3367 stopService(new Intent(ComposeActivity.this, EmptyService.class));
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAbstractActivityController.java1244 mContext.stopService(i);
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java149 public boolean stopService(Intent service) { method in class:CalendarProvider2Test.MockContext2
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProvider2.java461 context.stopService(new Intent(context, EmptyService.class));
/packages/apps/Email/provider_src/com/android/email/provider/
H A DEmailProvider.java6375 context.stopService(intent);

Completed in 1329 milliseconds