Changes of com.discord v1349
This commit is contained in:
parent
ee3363e6d6
commit
3f4974bc38
11672 changed files with 479129 additions and 478996 deletions
77
com.discord/smali_classes2/g0/m/a.smali
Normal file
77
com.discord/smali_classes2/g0/m/a.smali
Normal file
|
@ -0,0 +1,77 @@
|
|||
.class public Lg0/m/a;
|
||||
.super Lrx/Subscriber;
|
||||
.source "BlockingObservable.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lrx/Subscriber<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic d:Ljava/util/concurrent/CountDownLatch;
|
||||
|
||||
.field public final synthetic e:Ljava/util/concurrent/atomic/AtomicReference;
|
||||
|
||||
.field public final synthetic f:Ljava/util/concurrent/atomic/AtomicReference;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lg0/m/b;Ljava/util/concurrent/CountDownLatch;Ljava/util/concurrent/atomic/AtomicReference;Ljava/util/concurrent/atomic/AtomicReference;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p2, p0, Lg0/m/a;->d:Ljava/util/concurrent/CountDownLatch;
|
||||
|
||||
iput-object p3, p0, Lg0/m/a;->e:Ljava/util/concurrent/atomic/AtomicReference;
|
||||
|
||||
iput-object p4, p0, Lg0/m/a;->f:Ljava/util/concurrent/atomic/AtomicReference;
|
||||
|
||||
invoke-direct {p0}, Lrx/Subscriber;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public onCompleted()V
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lg0/m/a;->d:Ljava/util/concurrent/CountDownLatch;
|
||||
|
||||
invoke-virtual {v0}, Ljava/util/concurrent/CountDownLatch;->countDown()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public onError(Ljava/lang/Throwable;)V
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lg0/m/a;->e:Ljava/util/concurrent/atomic/AtomicReference;
|
||||
|
||||
invoke-virtual {v0, p1}, Ljava/util/concurrent/atomic/AtomicReference;->set(Ljava/lang/Object;)V
|
||||
|
||||
iget-object p1, p0, Lg0/m/a;->d:Ljava/util/concurrent/CountDownLatch;
|
||||
|
||||
invoke-virtual {p1}, Ljava/util/concurrent/CountDownLatch;->countDown()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public onNext(Ljava/lang/Object;)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(TT;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Lg0/m/a;->f:Ljava/util/concurrent/atomic/AtomicReference;
|
||||
|
||||
invoke-virtual {v0, p1}, Ljava/util/concurrent/atomic/AtomicReference;->set(Ljava/lang/Object;)V
|
||||
|
||||
return-void
|
||||
.end method
|
Loading…
Add table
Add a link
Reference in a new issue