Class ShadowBroadcastPendingResult


  • @Implements(android.content.BroadcastReceiver.PendingResult.class)
    public final class ShadowBroadcastPendingResult
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void finish()  
      com.google.common.util.concurrent.ListenableFuture<android.content.BroadcastReceiver.PendingResult> getFuture()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ShadowBroadcastPendingResult

        public ShadowBroadcastPendingResult()
    • Method Detail

      • finish

        @Implementation
        protected final void finish()
      • getFuture

        public com.google.common.util.concurrent.ListenableFuture<android.content.BroadcastReceiver.PendingResult> getFuture()