Home
last modified time | relevance | path

Searched refs:stopServiceLocked (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java727 private void stopServiceLocked(ServiceRecord service) { in stopServiceLocked() method in ActiveServices
752 int stopServiceLocked(IApplicationThread caller, Intent service, in stopServiceLocked() method in ActiveServices
772 stopServiceLocked(r.record); in stopServiceLocked()
826 stopServiceLocked(service); in stopInBackgroundLocked()
2630 stopServiceLocked(r); in bringUpServiceLocked()
2749 stopServiceLocked(r); in realStartServiceLocked()
3496 stopServiceLocked(sr); in cleanUpServices()
3892 stopServiceLocked(r); in serviceForegroundTimeout()
DActivityManagerService.java13935 return mServices.stopServiceLocked(caller, service, resolvedType, userId); in stopService()
/frameworks/base/services/
Dart-profile2589 PLcom/android/server/am/ActiveServices;->stopServiceLocked(Landroid/app/IApplicationThread;Landroid…
2590 PLcom/android/server/am/ActiveServices;->stopServiceLocked(Lcom/android/server/am/ServiceRecord;)V