apkfuckery/com.discord/smali_classes2/org/webrtc/CameraSession$FailureType.s...

112 lines
2.9 KiB
Smali

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