IResultReceiver.smali 585 B

123456789101112131415161718192021222324
  1. .class public interface abstract Landroid/support/v4/os/IResultReceiver;
  2. .super Ljava/lang/Object;
  3. .source "IResultReceiver.java"
  4. # interfaces
  5. .implements Landroid/os/IInterface;
  6. # annotations
  7. .annotation system Ldalvik/annotation/MemberClasses;
  8. value = {
  9. Landroid/support/v4/os/IResultReceiver$Stub;
  10. }
  11. .end annotation
  12. # virtual methods
  13. .method public abstract send(ILandroid/os/Bundle;)V
  14. .annotation system Ldalvik/annotation/Throws;
  15. value = {
  16. Landroid/os/RemoteException;
  17. }
  18. .end annotation
  19. .end method