Changes of com.discord v1349
This commit is contained in:
parent
ee3363e6d6
commit
3f4974bc38
11672 changed files with 479129 additions and 478996 deletions
129
com.discord/smali_classes2/g0/l/d/a.smali
Normal file
129
com.discord/smali_classes2/g0/l/d/a.smali
Normal file
|
|
@ -0,0 +1,129 @@
|
|||
.class public final Lg0/l/d/a;
|
||||
.super Ljava/util/concurrent/atomic/AtomicReference;
|
||||
.source "SequentialSubscription.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lrx/Subscription;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/concurrent/atomic/AtomicReference<",
|
||||
"Lrx/Subscription;",
|
||||
">;",
|
||||
"Lrx/Subscription;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field private static final serialVersionUID:J = 0xdcfadb4b3205d9dL
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/util/concurrent/atomic/AtomicReference;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>(Lrx/Subscription;)V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/util/concurrent/atomic/AtomicReference;-><init>()V
|
||||
|
||||
invoke-virtual {p0, p1}, Ljava/util/concurrent/atomic/AtomicReference;->lazySet(Ljava/lang/Object;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Lrx/Subscription;)Z
|
||||
.locals 2
|
||||
|
||||
:cond_0
|
||||
invoke-virtual {p0}, Ljava/util/concurrent/atomic/AtomicReference;->get()Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
check-cast v0, Lrx/Subscription;
|
||||
|
||||
sget-object v1, Lg0/l/d/b;->d:Lg0/l/d/b;
|
||||
|
||||
if-ne v0, v1, :cond_2
|
||||
|
||||
if-eqz p1, :cond_1
|
||||
|
||||
invoke-interface {p1}, Lrx/Subscription;->unsubscribe()V
|
||||
|
||||
:cond_1
|
||||
const/4 p1, 0x0
|
||||
|
||||
return p1
|
||||
|
||||
:cond_2
|
||||
invoke-virtual {p0, v0, p1}, Ljava/util/concurrent/atomic/AtomicReference;->compareAndSet(Ljava/lang/Object;Ljava/lang/Object;)Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public isUnsubscribed()Z
|
||||
.locals 2
|
||||
|
||||
invoke-virtual {p0}, Ljava/util/concurrent/atomic/AtomicReference;->get()Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
sget-object v1, Lg0/l/d/b;->d:Lg0/l/d/b;
|
||||
|
||||
if-ne v0, v1, :cond_0
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
:goto_0
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public unsubscribe()V
|
||||
.locals 2
|
||||
|
||||
invoke-virtual {p0}, Ljava/util/concurrent/atomic/AtomicReference;->get()Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
check-cast v0, Lrx/Subscription;
|
||||
|
||||
sget-object v1, Lg0/l/d/b;->d:Lg0/l/d/b;
|
||||
|
||||
if-eq v0, v1, :cond_0
|
||||
|
||||
invoke-virtual {p0, v1}, Ljava/util/concurrent/atomic/AtomicReference;->getAndSet(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
check-cast v0, Lrx/Subscription;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
if-eq v0, v1, :cond_0
|
||||
|
||||
invoke-interface {v0}, Lrx/Subscription;->unsubscribe()V
|
||||
|
||||
:cond_0
|
||||
return-void
|
||||
.end method
|
||||
106
com.discord/smali_classes2/g0/l/d/b.smali
Normal file
106
com.discord/smali_classes2/g0/l/d/b.smali
Normal file
|
|
@ -0,0 +1,106 @@
|
|||
.class public final enum Lg0/l/d/b;
|
||||
.super Ljava/lang/Enum;
|
||||
.source "Unsubscribed.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lrx/Subscription;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Enum<",
|
||||
"Lg0/l/d/b;",
|
||||
">;",
|
||||
"Lrx/Subscription;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final enum d:Lg0/l/d/b;
|
||||
|
||||
.field public static final synthetic e:[Lg0/l/d/b;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 3
|
||||
|
||||
new-instance v0, Lg0/l/d/b;
|
||||
|
||||
const-string v1, "INSTANCE"
|
||||
|
||||
const/4 v2, 0x0
|
||||
|
||||
invoke-direct {v0, v1, v2}, Lg0/l/d/b;-><init>(Ljava/lang/String;I)V
|
||||
|
||||
sput-object v0, Lg0/l/d/b;->d:Lg0/l/d/b;
|
||||
|
||||
const/4 v1, 0x1
|
||||
|
||||
new-array v1, v1, [Lg0/l/d/b;
|
||||
|
||||
aput-object v0, v1, v2
|
||||
|
||||
sput-object v1, Lg0/l/d/b;->e:[Lg0/l/d/b;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>(Ljava/lang/String;I)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public static valueOf(Ljava/lang/String;)Lg0/l/d/b;
|
||||
.locals 1
|
||||
|
||||
const-class v0, Lg0/l/d/b;
|
||||
|
||||
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
check-cast p0, Lg0/l/d/b;
|
||||
|
||||
return-object p0
|
||||
.end method
|
||||
|
||||
.method public static values()[Lg0/l/d/b;
|
||||
.locals 1
|
||||
|
||||
sget-object v0, Lg0/l/d/b;->e:[Lg0/l/d/b;
|
||||
|
||||
invoke-virtual {v0}, [Lg0/l/d/b;->clone()Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
check-cast v0, [Lg0/l/d/b;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public isUnsubscribed()Z
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public unsubscribe()V
|
||||
.locals 0
|
||||
|
||||
return-void
|
||||
.end method
|
||||
Loading…
Add table
Add a link
Reference in a new issue