Searched refs:stopServiceLocked (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActiveServices.java | 1449 private void stopServiceLocked(ServiceRecord service, boolean enqueueOomAdj) { in stopServiceLocked() method in ActiveServices 1489 int stopServiceLocked(IApplicationThread caller, Intent service, in stopServiceLocked() method in ActiveServices 1512 stopServiceLocked(r.record, false); in stopServiceLocked() 1567 stopServiceLocked(service, true); in stopInBackgroundLocked() 1581 stopServiceLocked(r, false); in killMisbehavingService() 1588 stopServiceLocked(found, false); in killMisbehavingService() 5327 stopServiceLocked(r, enqueueOomAdj); in bringUpServiceInnerLocked() 5462 stopServiceLocked(r, enqueueOomAdj); in realStartServiceLocked() 6441 stopServiceLocked(sr, true); in cleanUpServices() 6880 stopServiceLocked(r, false); in serviceForegroundTimeout()
|
H A D | ActivityManagerService.java | 13382 return mServices.stopServiceLocked(caller, service, resolvedType, userId, in stopService()
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 816 HPLcom/android/server/am/ActiveServices;->stopServiceLocked(Landroid/app/IApplicationThread;Landroi… 817 HPLcom/android/server/am/ActiveServices;->stopServiceLocked(Lcom/android/server/am/ServiceRecord;Z)…
|