73 lines
1.5 KiB
Smali
73 lines
1.5 KiB
Smali
|
.class public abstract Le0/i;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "SingleSubscriber.java"
|
||
|
|
||
|
# interfaces
|
||
|
.implements Lrx/Subscription;
|
||
|
|
||
|
|
||
|
# annotations
|
||
|
.annotation system Ldalvik/annotation/Signature;
|
||
|
value = {
|
||
|
"<T:",
|
||
|
"Ljava/lang/Object;",
|
||
|
">",
|
||
|
"Ljava/lang/Object;",
|
||
|
"Lrx/Subscription;"
|
||
|
}
|
||
|
.end annotation
|
||
|
|
||
|
|
||
|
# instance fields
|
||
|
.field public final d:Lrx/internal/util/SubscriptionList;
|
||
|
|
||
|
|
||
|
# direct methods
|
||
|
.method public constructor <init>()V
|
||
|
.locals 1
|
||
|
|
||
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||
|
|
||
|
new-instance v0, Lrx/internal/util/SubscriptionList;
|
||
|
|
||
|
invoke-direct {v0}, Lrx/internal/util/SubscriptionList;-><init>()V
|
||
|
|
||
|
iput-object v0, p0, Le0/i;->d:Lrx/internal/util/SubscriptionList;
|
||
|
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
|
||
|
# virtual methods
|
||
|
.method public final a(Lrx/Subscription;)V
|
||
|
.locals 1
|
||
|
|
||
|
iget-object v0, p0, Le0/i;->d:Lrx/internal/util/SubscriptionList;
|
||
|
|
||
|
invoke-virtual {v0, p1}, Lrx/internal/util/SubscriptionList;->a(Lrx/Subscription;)V
|
||
|
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
.method public final isUnsubscribed()Z
|
||
|
.locals 1
|
||
|
|
||
|
iget-object v0, p0, Le0/i;->d:Lrx/internal/util/SubscriptionList;
|
||
|
|
||
|
invoke-virtual {v0}, Lrx/internal/util/SubscriptionList;->isUnsubscribed()Z
|
||
|
|
||
|
move-result v0
|
||
|
|
||
|
return v0
|
||
|
.end method
|
||
|
|
||
|
.method public final unsubscribe()V
|
||
|
.locals 1
|
||
|
|
||
|
iget-object v0, p0, Le0/i;->d:Lrx/internal/util/SubscriptionList;
|
||
|
|
||
|
invoke-virtual {v0}, Lrx/internal/util/SubscriptionList;->unsubscribe()V
|
||
|
|
||
|
return-void
|
||
|
.end method
|