Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
DDeviceOwnerProvisioningActivity.java168 stopService(new Intent(this, DeviceOwnerProvisioningService.class)); in onProvisioningSuccess()
243 stopService(new Intent(DeviceOwnerProvisioningActivity.this, in error()
257 stopService(new Intent(DeviceOwnerProvisioningActivity.this, in error()
DProfileOwnerProvisioningActivity.java191 stopService(new Intent(this, ProfileOwnerProvisioningService.class)); in onProvisioningAborted()
275 stopService(new Intent(this, ProfileOwnerProvisioningService.class)); in onProvisioningSuccess()
/packages/apps/Settings/src/com/android/settings/applications/
DProcessStatsDetail.java167 stopService(service.getPackageName(), service.getClassName()); in updateRunningServices()
381 private void stopService(String pkg, String name) { in stopService() method in ProcessStatsDetail
409 getActivity().stopService(new Intent().setClassName(pkg, name)); in doStopService()
DRunningServiceDetails.java101 getActivity().stopService(new Intent().setComponent(si.mRunningService.service)); in stopActiveService()
/packages/apps/Terminal/src/com/android/terminal/
DTerminalService.java66 stopService(new Intent(this, TerminalService.class)); in destroyTerminal()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertFullScreen.java391 stopService(new Intent(this, CellBroadcastAlertAudio.class)); in dismiss()
474 stopService(new Intent(this, CellBroadcastAlertAudio.class)); in dispatchKeyEvent()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMtpReceiver.java65 boolean status = context.stopService(new Intent(context, MtpService.class)); in handleUsbState()
/packages/services/Telephony/src/com/android/phone/vvm/omtp/
DVvmPhoneStateListener.java97 mContext.stopService(OmtpVvmSyncService.getSyncIntent( in onServiceStateChanged()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkService.java71 stopService(stopIntent); in stop()
/packages/apps/Contacts/src/com/android/contacts/activities/
DConfirmAddDetailActivity.java871 context.stopService(new Intent(context, EmptyService.class)); in onPostExecute()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DCustomContactListFilterActivity.java904 context.stopService(new Intent(context, EmptyService.class)); in onPostExecute()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DDevelopmentFragment.java1332 getActivity().stopService(service); in writeCpuUsageOptions()
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DComposeActivity.java754 composeActivity.stopService(mEmptyServiceIntent); in createWearReplyTask()
3367 stopService(new Intent(ComposeActivity.this, EmptyService.class));
/packages/apps/Settings/src/com/android/settings/
DDevelopmentSettings.java1566 getActivity().stopService(service); in writeCpuUsageOptions()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java149 public boolean stopService(Intent service) { in stopService() method in CalendarProvider2Test.MockContext2
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DAbstractActivityController.java1244 mContext.stopService(i); in initializeDevLoggingService()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java461 context.stopService(new Intent(context, EmptyService.class));
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java6375 context.stopService(intent); in startOrStopService()