Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DComponentResolver.java37 import android.content.pm.PackageParser.ServiceIntentInfo;
517 final Iterator<ServiceIntentInfo> filterIterator = mServices.filterIterator(); in dumpServicePermissions()
519 final ServiceIntentInfo info = filterIterator.next(); in dumpServicePermissions()
1583 extends IntentResolver<PackageParser.ServiceIntentInfo, ResolveInfo> {
1609 ArrayList<PackageParser.ServiceIntentInfo[]> listCut = new ArrayList<>(servicesSize); in queryIntentForPackage()
1611 ArrayList<PackageParser.ServiceIntentInfo> intentFilters; in queryIntentForPackage()
1615 PackageParser.ServiceIntentInfo[] array = in queryIntentForPackage()
1616 new PackageParser.ServiceIntentInfo[intentFilters.size()]; in queryIntentForPackage()
1635 PackageParser.ServiceIntentInfo intent = s.intents.get(j); in addService()
1657 PackageParser.ServiceIntentInfo intent = s.intents.get(j); in removeService()
[all …]
/frameworks/base/core/java/android/content/pm/
DPackageParser.java5491 ServiceIntentInfo intent = new ServiceIntentInfo(s); in parseService()
7960 public final static class Service extends Component<ServiceIntentInfo> implements Parcelable {
8000 for (ServiceIntentInfo aii : intents) { in Service()
8280 public final static class ServiceIntentInfo extends IntentInfo { class
8284 public ServiceIntentInfo(Service _service) { in ServiceIntentInfo() method in ServiceIntentInfo
8298 public ServiceIntentInfo(Parcel in) { in ServiceIntentInfo() method in ServiceIntentInfo
/frameworks/base/services/
Dart-profile10244 …ntentResolver;->allowFilterResult(Landroid/content/pm/PackageParser$ServiceIntentInfo;Ljava/util/L…
10248 …ver$ServiceIntentResolver;->isFilterStopped(Landroid/content/pm/PackageParser$ServiceIntentInfo;I)Z
10252 …ServiceIntentResolver;->newResult(Landroid/content/pm/PackageParser$ServiceIntentInfo;II)Landroid/…