Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java649 final ArrayMap<Intent.FilterComparison, ServiceRecord> mServicesByIntent = new ArrayMap<>(); field in ActiveServices.ServiceMap
4779 r = smap.mServicesByIntent.get(filter); in retrieveServiceLocked()
4847 smap.mServicesByIntent.put(filter, r); in retrieveServiceLocked()
5020 smap.mServicesByIntent.put(filter, r); in retrieveServiceLocked()
6385 smap.mServicesByIntent.remove(r.intent); in bringDownServiceLocked()