Files
rr3-apk/smali_classes3/com/google/firebase/sessions/LogEnvironment.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

153 lines
4.8 KiB
Smali

.class public final enum Lcom/google/firebase/sessions/LogEnvironment;
.super Ljava/lang/Enum;
.source "SourceFile"
# interfaces
.implements Lcom/google/firebase/encoders/json/NumberedEnum;
# static fields
.field private static final synthetic $VALUES:[Lcom/google/firebase/sessions/LogEnvironment;
.field public static final enum LOG_ENVIRONMENT_AUTOPUSH:Lcom/google/firebase/sessions/LogEnvironment;
.field public static final enum LOG_ENVIRONMENT_PROD:Lcom/google/firebase/sessions/LogEnvironment;
.field public static final enum LOG_ENVIRONMENT_STAGING:Lcom/google/firebase/sessions/LogEnvironment;
.field public static final enum LOG_ENVIRONMENT_UNKNOWN:Lcom/google/firebase/sessions/LogEnvironment;
# instance fields
.field private final number:I
# direct methods
.method private static final synthetic $values()[Lcom/google/firebase/sessions/LogEnvironment;
.locals 4
sget-object v0, Lcom/google/firebase/sessions/LogEnvironment;->LOG_ENVIRONMENT_UNKNOWN:Lcom/google/firebase/sessions/LogEnvironment;
sget-object v1, Lcom/google/firebase/sessions/LogEnvironment;->LOG_ENVIRONMENT_AUTOPUSH:Lcom/google/firebase/sessions/LogEnvironment;
sget-object v2, Lcom/google/firebase/sessions/LogEnvironment;->LOG_ENVIRONMENT_STAGING:Lcom/google/firebase/sessions/LogEnvironment;
sget-object v3, Lcom/google/firebase/sessions/LogEnvironment;->LOG_ENVIRONMENT_PROD:Lcom/google/firebase/sessions/LogEnvironment;
filled-new-array {v0, v1, v2, v3}, [Lcom/google/firebase/sessions/LogEnvironment;
move-result-object v0
return-object v0
.end method
.method static constructor <clinit>()V
.locals 3
.line 24
new-instance v0, Lcom/google/firebase/sessions/LogEnvironment;
const-string v1, "LOG_ENVIRONMENT_UNKNOWN"
const/4 v2, 0x0
invoke-direct {v0, v1, v2, v2}, Lcom/google/firebase/sessions/LogEnvironment;-><init>(Ljava/lang/String;II)V
sput-object v0, Lcom/google/firebase/sessions/LogEnvironment;->LOG_ENVIRONMENT_UNKNOWN:Lcom/google/firebase/sessions/LogEnvironment;
.line 27
new-instance v0, Lcom/google/firebase/sessions/LogEnvironment;
const-string v1, "LOG_ENVIRONMENT_AUTOPUSH"
const/4 v2, 0x1
invoke-direct {v0, v1, v2, v2}, Lcom/google/firebase/sessions/LogEnvironment;-><init>(Ljava/lang/String;II)V
sput-object v0, Lcom/google/firebase/sessions/LogEnvironment;->LOG_ENVIRONMENT_AUTOPUSH:Lcom/google/firebase/sessions/LogEnvironment;
.line 30
new-instance v0, Lcom/google/firebase/sessions/LogEnvironment;
const-string v1, "LOG_ENVIRONMENT_STAGING"
const/4 v2, 0x2
invoke-direct {v0, v1, v2, v2}, Lcom/google/firebase/sessions/LogEnvironment;-><init>(Ljava/lang/String;II)V
sput-object v0, Lcom/google/firebase/sessions/LogEnvironment;->LOG_ENVIRONMENT_STAGING:Lcom/google/firebase/sessions/LogEnvironment;
.line 33
new-instance v0, Lcom/google/firebase/sessions/LogEnvironment;
const-string v1, "LOG_ENVIRONMENT_PROD"
const/4 v2, 0x3
invoke-direct {v0, v1, v2, v2}, Lcom/google/firebase/sessions/LogEnvironment;-><init>(Ljava/lang/String;II)V
sput-object v0, Lcom/google/firebase/sessions/LogEnvironment;->LOG_ENVIRONMENT_PROD:Lcom/google/firebase/sessions/LogEnvironment;
invoke-static {}, Lcom/google/firebase/sessions/LogEnvironment;->$values()[Lcom/google/firebase/sessions/LogEnvironment;
move-result-object v0
sput-object v0, Lcom/google/firebase/sessions/LogEnvironment;->$VALUES:[Lcom/google/firebase/sessions/LogEnvironment;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;II)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(I)V"
}
.end annotation
.line 22
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
iput p3, p0, Lcom/google/firebase/sessions/LogEnvironment;->number:I
return-void
.end method
.method public static valueOf(Ljava/lang/String;)Lcom/google/firebase/sessions/LogEnvironment;
.locals 1
const-class v0, Lcom/google/firebase/sessions/LogEnvironment;
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lcom/google/firebase/sessions/LogEnvironment;
return-object p0
.end method
.method public static values()[Lcom/google/firebase/sessions/LogEnvironment;
.locals 1
sget-object v0, Lcom/google/firebase/sessions/LogEnvironment;->$VALUES:[Lcom/google/firebase/sessions/LogEnvironment;
invoke-virtual {v0}, [Ljava/lang/Object;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lcom/google/firebase/sessions/LogEnvironment;
return-object v0
.end method
# virtual methods
.method public getNumber()I
.locals 1
iget v0, p0, Lcom/google/firebase/sessions/LogEnvironment;->number:I
return v0
.end method