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.java410 retrieveServiceLocked(service, resolvedType, callingPackage, in startServiceLocked()
731 ServiceLookupResult r = retrieveServiceLocked(service, resolvedType, null, in stopServiceLocked()
791 ServiceLookupResult r = retrieveServiceLocked(service, resolvedType, callingPackage, in peekServiceLocked()
1494 retrieveServiceLocked(service, resolvedType, callingPackage, Binder.getCallingPid(), in bindServiceLocked()
1863 private ServiceLookupResult retrieveServiceLocked(Intent service, in retrieveServiceLocked() method in ActiveServices