Package org.robolectric.shadows
Class ShadowBroadcastPendingResult
- java.lang.Object
-
- org.robolectric.shadows.ShadowBroadcastPendingResult
-
@Implements(android.content.BroadcastReceiver.PendingResult.class) public final class ShadowBroadcastPendingResult extends Object
-
-
Constructor Summary
Constructors Constructor Description ShadowBroadcastPendingResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
finish()
com.google.common.util.concurrent.ListenableFuture<BroadcastReceiver.PendingResult>
getFuture()
-
-
-
Method Detail
-
finish
@Implementation protected final void finish()
-
getFuture
public com.google.common.util.concurrent.ListenableFuture<BroadcastReceiver.PendingResult> getFuture()
-
-