com.xtremelabs.robolectric.shadows
Class ShadowIntentFilter
java.lang.Object
com.xtremelabs.robolectric.shadows.ShadowIntentFilter
@Implements(value=android.content.IntentFilter.class)
public class ShadowIntentFilter
- extends java.lang.Object
Shadow of IntentFilter
implemented with a List
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShadowIntentFilter
public ShadowIntentFilter()
__constructor__
public void __constructor__(java.lang.String action)
addAction
@Implementation
public void addAction(java.lang.String action)
getAction
@Implementation
public java.lang.String getAction(int index)
actionsIterator
@Implementation
public java.util.Iterator<java.lang.String> actionsIterator()
matchAction
@Implementation
public boolean matchAction(java.lang.String action)