Package org.robolectric.shadows
Class ShadowBroadcastReceiver
java.lang.Object
org.robolectric.shadows.ShadowBroadcastReceiver
@Implements(android.content.BroadcastReceiver.class)
public class ShadowBroadcastReceiver
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected BroadcastReceiver.PendingResult
goAsync()
protected void
void
onReceive
(Context context, Intent intent, AtomicBoolean abort) boolean
-
Constructor Details
-
ShadowBroadcastReceiver
public ShadowBroadcastReceiver()
-
-
Method Details
-
abortBroadcast
-
onReceive
-
onReceive
-
goAsync
-
wentAsync
public boolean wentAsync() -
getOriginalPendingResult
-