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

73 lines
1.5 KiB
Smali
Raw Normal View History

2019-12-12 08:58:10 +00:00
.class public abstract Lu/i;
2019-07-24 11:27:29 +00:00
.super Ljava/lang/Object;
2019-12-12 08:58:10 +00:00
.source "SingleSubscriber.java"
2019-07-24 11:27:29 +00:00
2019-12-12 08:58:10 +00:00
# interfaces
.implements Lrx/Subscription;
2019-07-24 11:27:29 +00:00
2019-12-12 08:58:10 +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-12 08:58:10 +00:00
# instance fields
.field public final d:Lrx/internal/util/SubscriptionList;
2019-07-24 11:27:29 +00:00
2019-12-12 08:58:10 +00:00
# direct methods
.method public constructor <init>()V
.locals 1
2019-07-24 11:27:29 +00:00
2019-12-12 08:58:10 +00:00
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
2019-07-24 11:27:29 +00:00
2019-12-12 08:58:10 +00:00
new-instance v0, Lrx/internal/util/SubscriptionList;
2019-07-24 11:27:29 +00:00
2019-12-12 08:58:10 +00:00
invoke-direct {v0}, Lrx/internal/util/SubscriptionList;-><init>()V
2019-07-24 11:27:29 +00:00
2019-12-12 08:58:10 +00:00
iput-object v0, p0, Lu/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-12 08:58:10 +00:00
.method public final a(Lrx/Subscription;)V
.locals 1
2019-07-24 11:27:29 +00:00
2019-12-12 08:58:10 +00:00
iget-object v0, p0, Lu/i;->d:Lrx/internal/util/SubscriptionList;
2019-07-24 11:27:29 +00:00
2019-12-12 08:58:10 +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-12 08:58:10 +00:00
.method public final isUnsubscribed()Z
.locals 1
2019-07-24 11:27:29 +00:00
2019-12-12 08:58:10 +00:00
iget-object v0, p0, Lu/i;->d:Lrx/internal/util/SubscriptionList;
2019-07-24 11:27:29 +00:00
2019-12-12 08:58:10 +00:00
invoke-virtual {v0}, Lrx/internal/util/SubscriptionList;->isUnsubscribed()Z
2019-07-24 11:27:29 +00:00
2019-12-12 08:58:10 +00:00
move-result v0
2019-07-24 11:27:29 +00:00
2019-12-12 08:58:10 +00:00
return v0
.end method
2019-07-24 11:27:29 +00:00
2019-12-12 08:58:10 +00:00
.method public final unsubscribe()V
.locals 1
2019-07-24 11:27:29 +00:00
2019-12-12 08:58:10 +00:00
iget-object v0, p0, Lu/i;->d:Lrx/internal/util/SubscriptionList;
2019-07-24 11:27:29 +00:00
2019-12-12 08:58:10 +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