Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java328 retrieveServiceLocked(service, resolvedType, callingPackage, in startServiceLocked()
570 ServiceLookupResult r = retrieveServiceLocked(service, resolvedType, null, in stopServiceLocked()
618 ServiceLookupResult r = retrieveServiceLocked(service, resolvedType, callingPackage, in peekServiceLocked()
878 retrieveServiceLocked(service, resolvedType, callingPackage, Binder.getCallingPid(), in bindServiceLocked()
1244 private ServiceLookupResult retrieveServiceLocked(Intent service, in retrieveServiceLocked() method in ActiveServices