apkfuckery/com.discord/smali_classes2/org/webrtc/Logging$Severity.smali
2019-12-06 04:29:40 +01:00

177 lines
4.7 KiB
Smali

.class public final enum Lorg/webrtc/Logging$Severity;
.super Ljava/lang/Enum;
.source "Logging.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lorg/webrtc/Logging;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x4019
name = "Severity"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lorg/webrtc/Logging$Severity;",
">;"
}
.end annotation
# static fields
.field public static final synthetic $VALUES:[Lorg/webrtc/Logging$Severity;
.field public static final enum LS_ERROR:Lorg/webrtc/Logging$Severity;
.field public static final enum LS_INFO:Lorg/webrtc/Logging$Severity;
.field public static final enum LS_NONE:Lorg/webrtc/Logging$Severity;
.field public static final enum LS_SENSITIVE:Lorg/webrtc/Logging$Severity;
.field public static final enum LS_VERBOSE:Lorg/webrtc/Logging$Severity;
.field public static final enum LS_WARNING:Lorg/webrtc/Logging$Severity;
# direct methods
.method public static constructor <clinit>()V
.locals 8
new-instance v0, Lorg/webrtc/Logging$Severity;
const/4 v1, 0x0
const-string v2, "LS_SENSITIVE"
invoke-direct {v0, v2, v1}, Lorg/webrtc/Logging$Severity;-><init>(Ljava/lang/String;I)V
sput-object v0, Lorg/webrtc/Logging$Severity;->LS_SENSITIVE:Lorg/webrtc/Logging$Severity;
new-instance v0, Lorg/webrtc/Logging$Severity;
const/4 v2, 0x1
const-string v3, "LS_VERBOSE"
invoke-direct {v0, v3, v2}, Lorg/webrtc/Logging$Severity;-><init>(Ljava/lang/String;I)V
sput-object v0, Lorg/webrtc/Logging$Severity;->LS_VERBOSE:Lorg/webrtc/Logging$Severity;
new-instance v0, Lorg/webrtc/Logging$Severity;
const/4 v3, 0x2
const-string v4, "LS_INFO"
invoke-direct {v0, v4, v3}, Lorg/webrtc/Logging$Severity;-><init>(Ljava/lang/String;I)V
sput-object v0, Lorg/webrtc/Logging$Severity;->LS_INFO:Lorg/webrtc/Logging$Severity;
new-instance v0, Lorg/webrtc/Logging$Severity;
const/4 v4, 0x3
const-string v5, "LS_WARNING"
invoke-direct {v0, v5, v4}, Lorg/webrtc/Logging$Severity;-><init>(Ljava/lang/String;I)V
sput-object v0, Lorg/webrtc/Logging$Severity;->LS_WARNING:Lorg/webrtc/Logging$Severity;
new-instance v0, Lorg/webrtc/Logging$Severity;
const/4 v5, 0x4
const-string v6, "LS_ERROR"
invoke-direct {v0, v6, v5}, Lorg/webrtc/Logging$Severity;-><init>(Ljava/lang/String;I)V
sput-object v0, Lorg/webrtc/Logging$Severity;->LS_ERROR:Lorg/webrtc/Logging$Severity;
new-instance v0, Lorg/webrtc/Logging$Severity;
const/4 v6, 0x5
const-string v7, "LS_NONE"
invoke-direct {v0, v7, v6}, Lorg/webrtc/Logging$Severity;-><init>(Ljava/lang/String;I)V
sput-object v0, Lorg/webrtc/Logging$Severity;->LS_NONE:Lorg/webrtc/Logging$Severity;
const/4 v0, 0x6
new-array v0, v0, [Lorg/webrtc/Logging$Severity;
sget-object v7, Lorg/webrtc/Logging$Severity;->LS_SENSITIVE:Lorg/webrtc/Logging$Severity;
aput-object v7, v0, v1
sget-object v1, Lorg/webrtc/Logging$Severity;->LS_VERBOSE:Lorg/webrtc/Logging$Severity;
aput-object v1, v0, v2
sget-object v1, Lorg/webrtc/Logging$Severity;->LS_INFO:Lorg/webrtc/Logging$Severity;
aput-object v1, v0, v3
sget-object v1, Lorg/webrtc/Logging$Severity;->LS_WARNING:Lorg/webrtc/Logging$Severity;
aput-object v1, v0, v4
sget-object v1, Lorg/webrtc/Logging$Severity;->LS_ERROR:Lorg/webrtc/Logging$Severity;
aput-object v1, v0, v5
sget-object v1, Lorg/webrtc/Logging$Severity;->LS_NONE:Lorg/webrtc/Logging$Severity;
aput-object v1, v0, v6
sput-object v0, Lorg/webrtc/Logging$Severity;->$VALUES:[Lorg/webrtc/Logging$Severity;
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;)Lorg/webrtc/Logging$Severity;
.locals 1
const-class v0, Lorg/webrtc/Logging$Severity;
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lorg/webrtc/Logging$Severity;
return-object p0
.end method
.method public static values()[Lorg/webrtc/Logging$Severity;
.locals 1
sget-object v0, Lorg/webrtc/Logging$Severity;->$VALUES:[Lorg/webrtc/Logging$Severity;
invoke-virtual {v0}, [Lorg/webrtc/Logging$Severity;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lorg/webrtc/Logging$Severity;
return-object v0
.end method