CallExecuteObservable$CallDisposable.smali
.class final Lretrofit2/adapter/rxjava2/CallExecuteObservable$CallDisposable;
.super Ljava/lang/Object;
.source "CallExecuteObservable.java"
# interfaces
.implements Lio/reactivex/disposables/Disposable;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lretrofit2/adapter/rxjava2/CallExecuteObservable;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1a
name = "CallDisposable"
.end annotation
# instance fields
.field private final call:Lretrofit2/Call;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lretrofit2/Call<",
"*>;"
}
.end annotation
.end field
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
.method constructor <init>(Lretrofit2/Call;)V
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lretrofit2/Call<",
"*>;)V"
}
.end annotation
.line 67
.local p1, "call":Lretrofit2/Call;, "Lretrofit2/Call<*>;"
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 68
iput-object p1, p0, Lretrofit2/adapter/rxjava2/CallExecuteObservable$CallDisposable;->call:Lretrofit2/Call;
.line 69
return-void
.end method
# virtual methods
.method public dispose()V
.registers 2
.line 72
iget-object v0, p0, Lretrofit2/adapter/rxjava2/CallExecuteObservable$CallDisposable;->call:Lretrofit2/Call;
invoke-interface {v0}, Lretrofit2/Call;->cancel()V
.line 73
return-void
.end method
.method public isDisposed()Z
.registers 2
.line 76
iget-object v0, p0, Lretrofit2/adapter/rxjava2/CallExecuteObservable$CallDisposable;->call:Lretrofit2/Call;
invoke-interface {v0}, Lretrofit2/Call;->isCanceled()Z
move-result v0
return v0
.end method