Files
rr3-apk/smali_classes5/gatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3
- APKTool decompilation (Smali bytecode) for modding and rebuilding APK
- Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures
- Includes full Smali source, resources, and native libraries
- Ready to rebuild APK after modifications with apktool b command
- Added comprehensive README-apktool.md with modding guide

This branch complements the JADX branches:
- Use JADX (main/discord-community) to UNDERSTAND code (readable Java)
- Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali)

Total: 44,417 files, 538.51 MB Smali source code
2026-02-18 16:13:44 -08:00

292 lines
10 KiB
Smali

.class public final enum Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
.super Ljava/lang/Enum;
.source "SourceFile"
# interfaces
.implements Lcom/google/protobuf/Internal$EnumLite;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lgatewayprotocol/v1/DeveloperConsentOuterClass;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x4019
name = "DeveloperConsentChoice"
.end annotation
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice$DeveloperConsentChoiceVerifier;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;",
">;",
"Lcom/google/protobuf/Internal$EnumLite;"
}
.end annotation
# static fields
.field private static final synthetic $VALUES:[Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
.field public static final enum DEVELOPER_CONSENT_CHOICE_FALSE:Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
.field public static final DEVELOPER_CONSENT_CHOICE_FALSE_VALUE:I = 0x2
.field public static final enum DEVELOPER_CONSENT_CHOICE_TRUE:Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
.field public static final DEVELOPER_CONSENT_CHOICE_TRUE_VALUE:I = 0x1
.field public static final enum DEVELOPER_CONSENT_CHOICE_UNSPECIFIED:Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
.field public static final DEVELOPER_CONSENT_CHOICE_UNSPECIFIED_VALUE:I
.field public static final enum UNRECOGNIZED:Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
.field private static final internalValueMap:Lcom/google/protobuf/Internal$EnumLiteMap;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/google/protobuf/Internal$EnumLiteMap<",
"Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;",
">;"
}
.end annotation
.end field
# instance fields
.field private final value:I
# direct methods
.method private static synthetic $values()[Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
.locals 4
sget-object v0, Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;->DEVELOPER_CONSENT_CHOICE_UNSPECIFIED:Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
sget-object v1, Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;->DEVELOPER_CONSENT_CHOICE_TRUE:Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
sget-object v2, Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;->DEVELOPER_CONSENT_CHOICE_FALSE:Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
sget-object v3, Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;->UNRECOGNIZED:Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
filled-new-array {v0, v1, v2, v3}, [Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
move-result-object v0
return-object v0
.end method
.method static constructor <clinit>()V
.locals 4
.line 193
new-instance v0, Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
const-string v1, "DEVELOPER_CONSENT_CHOICE_UNSPECIFIED"
const/4 v2, 0x0
invoke-direct {v0, v1, v2, v2}, Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;-><init>(Ljava/lang/String;II)V
sput-object v0, Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;->DEVELOPER_CONSENT_CHOICE_UNSPECIFIED:Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
.line 197
new-instance v0, Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
const-string v1, "DEVELOPER_CONSENT_CHOICE_TRUE"
const/4 v2, 0x1
invoke-direct {v0, v1, v2, v2}, Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;-><init>(Ljava/lang/String;II)V
sput-object v0, Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;->DEVELOPER_CONSENT_CHOICE_TRUE:Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
.line 201
new-instance v0, Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
const-string v1, "DEVELOPER_CONSENT_CHOICE_FALSE"
const/4 v2, 0x2
invoke-direct {v0, v1, v2, v2}, Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;-><init>(Ljava/lang/String;II)V
sput-object v0, Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;->DEVELOPER_CONSENT_CHOICE_FALSE:Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
.line 202
new-instance v0, Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
const/4 v1, 0x3
const/4 v2, -0x1
const-string v3, "UNRECOGNIZED"
invoke-direct {v0, v3, v1, v2}, Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;-><init>(Ljava/lang/String;II)V
sput-object v0, Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;->UNRECOGNIZED:Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
.line 188
invoke-static {}, Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;->$values()[Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
move-result-object v0
sput-object v0, Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;->$VALUES:[Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
.line 252
new-instance v0, Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice$1;
invoke-direct {v0}, Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice$1;-><init>()V
sput-object v0, Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;->internalValueMap:Lcom/google/protobuf/Internal$EnumLiteMap;
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 276
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
iput p3, p0, Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;->value:I
return-void
.end method
.method public static forNumber(I)Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
.locals 1
if-eqz p0, :cond_2
const/4 v0, 0x1
if-eq p0, v0, :cond_1
const/4 v0, 0x2
if-eq p0, v0, :cond_0
const/4 p0, 0x0
return-object p0
:cond_0
sget-object p0, Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;->DEVELOPER_CONSENT_CHOICE_FALSE:Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
return-object p0
:cond_1
sget-object p0, Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;->DEVELOPER_CONSENT_CHOICE_TRUE:Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
return-object p0
:cond_2
sget-object p0, Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;->DEVELOPER_CONSENT_CHOICE_UNSPECIFIED:Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
return-object p0
.end method
.method public static internalGetValueMap()Lcom/google/protobuf/Internal$EnumLiteMap;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/google/protobuf/Internal$EnumLiteMap<",
"Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;",
">;"
}
.end annotation
sget-object v0, Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;->internalValueMap:Lcom/google/protobuf/Internal$EnumLiteMap;
return-object v0
.end method
.method public static internalGetVerifier()Lcom/google/protobuf/Internal$EnumVerifier;
.locals 1
.line 262
sget-object v0, Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice$DeveloperConsentChoiceVerifier;->INSTANCE:Lcom/google/protobuf/Internal$EnumVerifier;
return-object v0
.end method
.method public static valueOf(I)Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
.locals 0
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.line 235
invoke-static {p0}, Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;->forNumber(I)Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
move-result-object p0
return-object p0
.end method
.method public static valueOf(Ljava/lang/String;)Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
.locals 1
const-class v0, Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
.line 188
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
return-object p0
.end method
.method public static values()[Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
.locals 1
sget-object v0, Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;->$VALUES:[Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
.line 188
invoke-virtual {v0}, [Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
return-object v0
.end method
# virtual methods
.method public final getNumber()I
.locals 2
sget-object v0, Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;->UNRECOGNIZED:Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;
if-eq p0, v0, :cond_0
iget v0, p0, Lgatewayprotocol/v1/DeveloperConsentOuterClass$DeveloperConsentChoice;->value:I
return v0
.line 222
:cond_0
new-instance v0, Ljava/lang/IllegalArgumentException;
const-string v1, "Can\'t get the number of an unknown enum value."
invoke-direct {v0, v1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw v0
.end method