60 lines
1.2 KiB
Smali
60 lines
1.2 KiB
Smali
.class public abstract Lr0/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, Lr0/i;->d:Lrx/internal/util/SubscriptionList;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final isUnsubscribed()Z
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lr0/i;->d:Lrx/internal/util/SubscriptionList;
|
|
|
|
iget-boolean v0, v0, Lrx/internal/util/SubscriptionList;->e:Z
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public final unsubscribe()V
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lr0/i;->d:Lrx/internal/util/SubscriptionList;
|
|
|
|
invoke-virtual {v0}, Lrx/internal/util/SubscriptionList;->unsubscribe()V
|
|
|
|
return-void
|
|
.end method
|