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

/frameworks/base/services/java/com/android/server/am/
H A DActiveServices.java147 return getServicesByIntent(callingUser).get(filter);
162 getServicesByIntent(callingUser).put(filter, value);
175 ServiceRecord removed = getServicesByIntent(callingUser).remove(filter);
195 private HashMap<Intent.FilterComparison, ServiceRecord> getServicesByIntent( method in class:ActiveServices.ServiceMap

Completed in 46 milliseconds