Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java1994 void unbindFinishedLocked(ServiceRecord r, Intent intent, boolean doRebind) { in unbindFinishedLocked() method in ActiveServices
DActivityManagerService.java14198 mServices.unbindFinishedLocked((ServiceRecord)token, intent, doRebind); in unbindFinished()
/frameworks/base/services/
Dart-profile2592 PLcom/android/server/am/ActiveServices;->unbindFinishedLocked(Lcom/android/server/am/ServiceRecord;…