apkfuckery/com.discord/smali_classes2/b0/i.smali

73 lines
1.5 KiB
Smali
Raw Normal View History

2019-12-21 01:41:59 +00:00
.class public abstract Lb0/i;
2019-07-24 11:27:29 +00:00
.super Ljava/lang/Object;
2019-12-18 07:41:41 +00:00
.source "SingleSubscriber.java"
2019-07-24 11:27:29 +00:00
2019-12-18 07:41:41 +00:00
# interfaces
.implements Lrx/Subscription;
2019-07-24 11:27:29 +00:00
2019-12-18 07:41:41 +00:00
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
"Lrx/Subscription;"
}
.end annotation
2019-07-24 11:27:29 +00:00
2019-12-18 07:41:41 +00:00
# instance fields
.field public final d:Lrx/internal/util/SubscriptionList;
2019-07-24 11:27:29 +00:00
2019-12-13 02:35:12 +00:00
2019-12-18 07:41:41 +00:00
# direct methods
.method public constructor <init>()V
.locals 1
2019-12-13 02:35:12 +00:00
2019-12-18 07:41:41 +00:00
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
2019-07-24 11:27:29 +00:00
2019-12-18 07:41:41 +00:00
new-instance v0, Lrx/internal/util/SubscriptionList;
2019-07-24 11:27:29 +00:00
2019-12-18 07:41:41 +00:00
invoke-direct {v0}, Lrx/internal/util/SubscriptionList;-><init>()V
2019-07-24 11:27:29 +00:00
2019-12-21 01:41:59 +00:00
iput-object v0, p0, Lb0/i;->d:Lrx/internal/util/SubscriptionList;
2019-07-24 11:27:29 +00:00
return-void
.end method
2019-12-06 03:29:40 +00:00
# virtual methods
2019-12-18 07:41:41 +00:00
.method public final a(Lrx/Subscription;)V
.locals 1
2019-12-13 02:35:12 +00:00
2019-12-21 01:41:59 +00:00
iget-object v0, p0, Lb0/i;->d:Lrx/internal/util/SubscriptionList;
2019-12-13 02:35:12 +00:00
2019-12-18 07:41:41 +00:00
invoke-virtual {v0, p1}, Lrx/internal/util/SubscriptionList;->a(Lrx/Subscription;)V
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
return-void
.end method
2019-07-24 11:27:29 +00:00
2019-12-18 07:41:41 +00:00
.method public final isUnsubscribed()Z
.locals 1
2019-12-13 02:35:12 +00:00
2019-12-21 01:41:59 +00:00
iget-object v0, p0, Lb0/i;->d:Lrx/internal/util/SubscriptionList;
2019-12-13 02:35:12 +00:00
2019-12-18 07:41:41 +00:00
invoke-virtual {v0}, Lrx/internal/util/SubscriptionList;->isUnsubscribed()Z
2019-12-13 02:35:12 +00:00
2019-12-18 07:41:41 +00:00
move-result v0
2019-12-13 02:35:12 +00:00
2019-12-18 07:41:41 +00:00
return v0
.end method
2019-07-24 11:27:29 +00:00
2019-12-18 07:41:41 +00:00
.method public final unsubscribe()V
.locals 1
2019-07-24 11:27:29 +00:00
2019-12-21 01:41:59 +00:00
iget-object v0, p0, Lb0/i;->d:Lrx/internal/util/SubscriptionList;
2019-12-13 02:35:12 +00:00
2019-12-18 07:41:41 +00:00
invoke-virtual {v0}, Lrx/internal/util/SubscriptionList;->unsubscribe()V
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
return-void
2019-07-24 11:27:29 +00:00
.end method