FileDocCategorySizeDatePackage
CrossProfileIntentResolver.javaAPI DocAndroid 5.1 API1358Thu Mar 12 22:22:42 GMT 2015com.android.server.pm

CrossProfileIntentResolver

public class CrossProfileIntentResolver extends com.android.server.IntentResolver
Used to find a list of {@link CrossProfileIntentFilter}s that match an intent.

Fields Summary
Constructors Summary
Methods Summary
protected booleanisPackageForFilter(java.lang.String packageName, CrossProfileIntentFilter filter)

        return false;
    
protected CrossProfileIntentFilter[]newArray(int size)

        return new CrossProfileIntentFilter[size];
    
protected voidsortResults(java.util.List results)

        //We don't sort the results