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

/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java328 retrieveServiceLocked(service, resolvedType, callingPackage,
570 ServiceLookupResult r = retrieveServiceLocked(service, resolvedType, null,
618 ServiceLookupResult r = retrieveServiceLocked(service, resolvedType, callingPackage,
878 retrieveServiceLocked(service, resolvedType, callingPackage, Binder.getCallingPid(),
1244 private ServiceLookupResult retrieveServiceLocked(Intent service, method in class:ActiveServices
1248 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "retrieveServiceLocked: " + service

Completed in 71 milliseconds