SubscriptionDisposable.smali
1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.class final Lio/reactivex/disposables/SubscriptionDisposable;
.super Lio/reactivex/disposables/ReferenceDisposable;
.source "SubscriptionDisposable.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Lio/reactivex/disposables/ReferenceDisposable<",
"Lorg/reactivestreams/Subscription;",
">;"
}
.end annotation
# static fields
.field private static final serialVersionUID:J = -0x9cfc6416eb4a343L
# direct methods
.method constructor <init>(Lorg/reactivestreams/Subscription;)V
.locals 0
.line 26
invoke-direct {p0, p1}, Lio/reactivex/disposables/ReferenceDisposable;-><init>(Ljava/lang/Object;)V
return-void
.end method
# virtual methods
.method protected bridge synthetic onDisposed(Ljava/lang/Object;)V
.locals 0
.param p1 # Ljava/lang/Object;
.annotation build Lio/reactivex/annotations/NonNull;
.end annotation
.end param
.line 21
check-cast p1, Lorg/reactivestreams/Subscription;
invoke-virtual {p0, p1}, Lio/reactivex/disposables/SubscriptionDisposable;->onDisposed(Lorg/reactivestreams/Subscription;)V
return-void
.end method
.method protected onDisposed(Lorg/reactivestreams/Subscription;)V
.locals 0
.param p1 # Lorg/reactivestreams/Subscription;
.annotation build Lio/reactivex/annotations/NonNull;
.end annotation
.end param
.line 31
invoke-interface {p1}, Lorg/reactivestreams/Subscription;->cancel()V
return-void
.end method