FileDocCategorySizeDatePackage
Filter.javaAPI DocAndroid 5.1 API1428Thu Mar 12 22:22:42 GMT 2015com.android.server.firewall

Filter

public interface Filter

Fields Summary
Constructors Summary
Methods Summary
public booleanmatches(IntentFirewall ifw, android.content.ComponentName resolvedComponent, android.content.Intent intent, int callerUid, int callerPid, java.lang.String resolvedType, int receivingUid)
Does the given intent + context info match this filter?

param
ifw The IntentFirewall instance
param
resolvedComponent The actual component that the intent was resolved to
param
intent The intent being started/bound/broadcast
param
callerUid The uid of the caller
param
callerPid The pid of the caller
param
resolvedType The resolved mime type of the intent
param
receivingUid The uid of the component receiving the intent