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

/frameworks/base/services/java/com/android/server/am/
H A DActiveServices.java228 retrieveServiceLocked(service, resolvedType,
281 ServiceLookupResult r = retrieveServiceLocked(service, resolvedType,
300 ServiceLookupResult r = retrieveServiceLocked(service, resolvedType,
473 retrieveServiceLocked(service, resolvedType,
702 private ServiceLookupResult retrieveServiceLocked(Intent service, method in class:ActiveServices
706 if (DEBUG_SERVICE) Slog.v(TAG, "retrieveServiceLocked: " + service

Completed in 31 milliseconds