apkfuckery/com.discord/smali_classes2/l0/l/a/s2.smali

144 lines
2.9 KiB
Smali
Raw Normal View History

2020-09-17 00:45:48 +00:00
.class public Ll0/l/a/s2;
2020-05-17 12:40:10 +00:00
.super Lrx/Subscriber;
.source "OperatorToObservableSortedList.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Lrx/Subscriber<",
"TT;>;"
}
.end annotation
# instance fields
.field public d:Ljava/util/List;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/List<",
"TT;>;"
}
.end annotation
.end field
.field public e:Z
2020-09-17 00:45:48 +00:00
.field public final synthetic f:Ll0/l/b/b;
2020-05-17 12:40:10 +00:00
.field public final synthetic g:Lrx/Subscriber;
2020-09-17 00:45:48 +00:00
.field public final synthetic h:Ll0/l/a/r2;
2020-05-17 12:40:10 +00:00
# direct methods
2020-09-17 00:45:48 +00:00
.method public constructor <init>(Ll0/l/a/r2;Ll0/l/b/b;Lrx/Subscriber;)V
2020-05-17 12:40:10 +00:00
.locals 0
2020-09-17 00:45:48 +00:00
iput-object p1, p0, Ll0/l/a/s2;->h:Ll0/l/a/r2;
2020-05-17 12:40:10 +00:00
2020-09-17 00:45:48 +00:00
iput-object p2, p0, Ll0/l/a/s2;->f:Ll0/l/b/b;
2020-05-17 12:40:10 +00:00
2020-09-17 00:45:48 +00:00
iput-object p3, p0, Ll0/l/a/s2;->g:Lrx/Subscriber;
2020-05-17 12:40:10 +00:00
invoke-direct {p0}, Lrx/Subscriber;-><init>()V
new-instance p1, Ljava/util/ArrayList;
2020-09-17 00:45:48 +00:00
iget-object p2, p0, Ll0/l/a/s2;->h:Ll0/l/a/r2;
2020-05-17 12:40:10 +00:00
2020-09-17 00:45:48 +00:00
iget p2, p2, Ll0/l/a/r2;->e:I
2020-05-17 12:40:10 +00:00
invoke-direct {p1, p2}, Ljava/util/ArrayList;-><init>(I)V
2020-09-17 00:45:48 +00:00
iput-object p1, p0, Ll0/l/a/s2;->d:Ljava/util/List;
2020-05-17 12:40:10 +00:00
return-void
.end method
# virtual methods
.method public onCompleted()V
.locals 2
2020-09-17 00:45:48 +00:00
iget-boolean v0, p0, Ll0/l/a/s2;->e:Z
2020-05-17 12:40:10 +00:00
if-nez v0, :cond_0
const/4 v0, 0x1
2020-09-17 00:45:48 +00:00
iput-boolean v0, p0, Ll0/l/a/s2;->e:Z
2020-05-17 12:40:10 +00:00
2020-09-17 00:45:48 +00:00
iget-object v0, p0, Ll0/l/a/s2;->d:Ljava/util/List;
2020-05-17 12:40:10 +00:00
const/4 v1, 0x0
2020-09-17 00:45:48 +00:00
iput-object v1, p0, Ll0/l/a/s2;->d:Ljava/util/List;
2020-05-17 12:40:10 +00:00
:try_start_0
2020-09-17 00:45:48 +00:00
iget-object v1, p0, Ll0/l/a/s2;->h:Ll0/l/a/r2;
2020-05-17 12:40:10 +00:00
2020-09-17 00:45:48 +00:00
iget-object v1, v1, Ll0/l/a/r2;->d:Ljava/util/Comparator;
2020-05-17 12:40:10 +00:00
invoke-static {v0, v1}, Ljava/util/Collections;->sort(Ljava/util/List;Ljava/util/Comparator;)V
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
2020-09-17 00:45:48 +00:00
iget-object v1, p0, Ll0/l/a/s2;->f:Ll0/l/b/b;
2020-05-17 12:40:10 +00:00
2020-09-17 00:45:48 +00:00
invoke-virtual {v1, v0}, Ll0/l/b/b;->b(Ljava/lang/Object;)V
2020-05-17 12:40:10 +00:00
goto :goto_0
:catchall_0
move-exception v0
2020-09-17 00:45:48 +00:00
invoke-static {v0}, Lc0/j/a;->X(Ljava/lang/Throwable;)V
2020-05-17 12:40:10 +00:00
2020-09-17 00:45:48 +00:00
invoke-virtual {p0, v0}, Ll0/l/a/s2;->onError(Ljava/lang/Throwable;)V
2020-05-17 12:40:10 +00:00
:cond_0
:goto_0
return-void
.end method
.method public onError(Ljava/lang/Throwable;)V
.locals 1
2020-09-17 00:45:48 +00:00
iget-object v0, p0, Ll0/l/a/s2;->g:Lrx/Subscriber;
2020-05-17 12:40:10 +00:00
2020-09-17 00:45:48 +00:00
invoke-interface {v0, p1}, Ll0/g;->onError(Ljava/lang/Throwable;)V
2020-05-17 12:40:10 +00:00
return-void
.end method
.method public onNext(Ljava/lang/Object;)V
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;)V"
}
.end annotation
2020-09-17 00:45:48 +00:00
iget-boolean v0, p0, Ll0/l/a/s2;->e:Z
2020-05-17 12:40:10 +00:00
if-nez v0, :cond_0
2020-09-17 00:45:48 +00:00
iget-object v0, p0, Ll0/l/a/s2;->d:Ljava/util/List;
2020-05-17 12:40:10 +00:00
invoke-interface {v0, p1}, Ljava/util/List;->add(Ljava/lang/Object;)Z
:cond_0
return-void
.end method
.method public onStart()V
.locals 2
const-wide v0, 0x7fffffffffffffffL
invoke-virtual {p0, v0, v1}, Lrx/Subscriber;->request(J)V
return-void
.end method