123456789101112131415161718192021222324 |
- .class public interface abstract Landroid/support/v4/os/IResultReceiver;
- .super Ljava/lang/Object;
- .source "IResultReceiver.java"
- # interfaces
- .implements Landroid/os/IInterface;
- # annotations
- .annotation system Ldalvik/annotation/MemberClasses;
- value = {
- Landroid/support/v4/os/IResultReceiver$Stub;
- }
- .end annotation
- # virtual methods
- .method public abstract send(ILandroid/os/Bundle;)V
- .annotation system Ldalvik/annotation/Throws;
- value = {
- Landroid/os/RemoteException;
- }
- .end annotation
- .end method
|