Files
rr3-apk/smali_classes4/com/vungle/ads/fpd/AgeRange.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

314 lines
8.3 KiB
Smali

.class public final enum Lcom/vungle/ads/fpd/AgeRange;
.super Ljava/lang/Enum;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/vungle/ads/fpd/AgeRange$Companion;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lcom/vungle/ads/fpd/AgeRange;",
">;"
}
.end annotation
# static fields
.field private static final synthetic $VALUES:[Lcom/vungle/ads/fpd/AgeRange;
.field public static final enum AGE_18_20:Lcom/vungle/ads/fpd/AgeRange;
.field public static final enum AGE_21_30:Lcom/vungle/ads/fpd/AgeRange;
.field public static final enum AGE_31_40:Lcom/vungle/ads/fpd/AgeRange;
.field public static final enum AGE_41_50:Lcom/vungle/ads/fpd/AgeRange;
.field public static final enum AGE_51_60:Lcom/vungle/ads/fpd/AgeRange;
.field public static final enum AGE_61_70:Lcom/vungle/ads/fpd/AgeRange;
.field public static final enum AGE_71_75:Lcom/vungle/ads/fpd/AgeRange;
.field public static final Companion:Lcom/vungle/ads/fpd/AgeRange$Companion;
.field public static final enum OTHERS:Lcom/vungle/ads/fpd/AgeRange;
# instance fields
.field private final id:I
.field private final range:Lkotlin/ranges/IntRange;
# direct methods
.method private static final synthetic $values()[Lcom/vungle/ads/fpd/AgeRange;
.locals 8
sget-object v0, Lcom/vungle/ads/fpd/AgeRange;->AGE_18_20:Lcom/vungle/ads/fpd/AgeRange;
sget-object v1, Lcom/vungle/ads/fpd/AgeRange;->AGE_21_30:Lcom/vungle/ads/fpd/AgeRange;
sget-object v2, Lcom/vungle/ads/fpd/AgeRange;->AGE_31_40:Lcom/vungle/ads/fpd/AgeRange;
sget-object v3, Lcom/vungle/ads/fpd/AgeRange;->AGE_41_50:Lcom/vungle/ads/fpd/AgeRange;
sget-object v4, Lcom/vungle/ads/fpd/AgeRange;->AGE_51_60:Lcom/vungle/ads/fpd/AgeRange;
sget-object v5, Lcom/vungle/ads/fpd/AgeRange;->AGE_61_70:Lcom/vungle/ads/fpd/AgeRange;
sget-object v6, Lcom/vungle/ads/fpd/AgeRange;->AGE_71_75:Lcom/vungle/ads/fpd/AgeRange;
sget-object v7, Lcom/vungle/ads/fpd/AgeRange;->OTHERS:Lcom/vungle/ads/fpd/AgeRange;
filled-new-array/range {v0 .. v7}, [Lcom/vungle/ads/fpd/AgeRange;
move-result-object v0
return-object v0
.end method
.method static constructor <clinit>()V
.locals 6
.line 43
new-instance v0, Lcom/vungle/ads/fpd/AgeRange;
new-instance v1, Lkotlin/ranges/IntRange;
const/16 v2, 0x12
const/16 v3, 0x14
invoke-direct {v1, v2, v3}, Lkotlin/ranges/IntRange;-><init>(II)V
const-string v2, "AGE_18_20"
const/4 v3, 0x0
const/4 v4, 0x1
invoke-direct {v0, v2, v3, v4, v1}, Lcom/vungle/ads/fpd/AgeRange;-><init>(Ljava/lang/String;IILkotlin/ranges/IntRange;)V
sput-object v0, Lcom/vungle/ads/fpd/AgeRange;->AGE_18_20:Lcom/vungle/ads/fpd/AgeRange;
.line 44
new-instance v0, Lcom/vungle/ads/fpd/AgeRange;
new-instance v1, Lkotlin/ranges/IntRange;
const/16 v2, 0x15
const/16 v5, 0x1e
invoke-direct {v1, v2, v5}, Lkotlin/ranges/IntRange;-><init>(II)V
const-string v2, "AGE_21_30"
const/4 v5, 0x2
invoke-direct {v0, v2, v4, v5, v1}, Lcom/vungle/ads/fpd/AgeRange;-><init>(Ljava/lang/String;IILkotlin/ranges/IntRange;)V
sput-object v0, Lcom/vungle/ads/fpd/AgeRange;->AGE_21_30:Lcom/vungle/ads/fpd/AgeRange;
.line 45
new-instance v0, Lcom/vungle/ads/fpd/AgeRange;
new-instance v1, Lkotlin/ranges/IntRange;
const/16 v2, 0x1f
const/16 v4, 0x28
invoke-direct {v1, v2, v4}, Lkotlin/ranges/IntRange;-><init>(II)V
const-string v2, "AGE_31_40"
const/4 v4, 0x3
invoke-direct {v0, v2, v5, v4, v1}, Lcom/vungle/ads/fpd/AgeRange;-><init>(Ljava/lang/String;IILkotlin/ranges/IntRange;)V
sput-object v0, Lcom/vungle/ads/fpd/AgeRange;->AGE_31_40:Lcom/vungle/ads/fpd/AgeRange;
.line 46
new-instance v0, Lcom/vungle/ads/fpd/AgeRange;
new-instance v1, Lkotlin/ranges/IntRange;
const/16 v2, 0x29
const/16 v5, 0x32
invoke-direct {v1, v2, v5}, Lkotlin/ranges/IntRange;-><init>(II)V
const-string v2, "AGE_41_50"
const/4 v5, 0x4
invoke-direct {v0, v2, v4, v5, v1}, Lcom/vungle/ads/fpd/AgeRange;-><init>(Ljava/lang/String;IILkotlin/ranges/IntRange;)V
sput-object v0, Lcom/vungle/ads/fpd/AgeRange;->AGE_41_50:Lcom/vungle/ads/fpd/AgeRange;
.line 47
new-instance v0, Lcom/vungle/ads/fpd/AgeRange;
new-instance v1, Lkotlin/ranges/IntRange;
const/16 v2, 0x33
const/16 v4, 0x3c
invoke-direct {v1, v2, v4}, Lkotlin/ranges/IntRange;-><init>(II)V
const-string v2, "AGE_51_60"
const/4 v4, 0x5
invoke-direct {v0, v2, v5, v4, v1}, Lcom/vungle/ads/fpd/AgeRange;-><init>(Ljava/lang/String;IILkotlin/ranges/IntRange;)V
sput-object v0, Lcom/vungle/ads/fpd/AgeRange;->AGE_51_60:Lcom/vungle/ads/fpd/AgeRange;
.line 48
new-instance v0, Lcom/vungle/ads/fpd/AgeRange;
new-instance v1, Lkotlin/ranges/IntRange;
const/16 v2, 0x3d
const/16 v5, 0x46
invoke-direct {v1, v2, v5}, Lkotlin/ranges/IntRange;-><init>(II)V
const-string v2, "AGE_61_70"
const/4 v5, 0x6
invoke-direct {v0, v2, v4, v5, v1}, Lcom/vungle/ads/fpd/AgeRange;-><init>(Ljava/lang/String;IILkotlin/ranges/IntRange;)V
sput-object v0, Lcom/vungle/ads/fpd/AgeRange;->AGE_61_70:Lcom/vungle/ads/fpd/AgeRange;
.line 49
new-instance v0, Lcom/vungle/ads/fpd/AgeRange;
new-instance v1, Lkotlin/ranges/IntRange;
const/16 v2, 0x47
const/16 v4, 0x4b
invoke-direct {v1, v2, v4}, Lkotlin/ranges/IntRange;-><init>(II)V
const-string v2, "AGE_71_75"
const/4 v4, 0x7
invoke-direct {v0, v2, v5, v4, v1}, Lcom/vungle/ads/fpd/AgeRange;-><init>(Ljava/lang/String;IILkotlin/ranges/IntRange;)V
sput-object v0, Lcom/vungle/ads/fpd/AgeRange;->AGE_71_75:Lcom/vungle/ads/fpd/AgeRange;
.line 50
new-instance v0, Lcom/vungle/ads/fpd/AgeRange;
new-instance v1, Lkotlin/ranges/IntRange;
const/high16 v2, -0x80000000
const v5, 0x7fffffff
invoke-direct {v1, v2, v5}, Lkotlin/ranges/IntRange;-><init>(II)V
const-string v2, "OTHERS"
invoke-direct {v0, v2, v4, v3, v1}, Lcom/vungle/ads/fpd/AgeRange;-><init>(Ljava/lang/String;IILkotlin/ranges/IntRange;)V
sput-object v0, Lcom/vungle/ads/fpd/AgeRange;->OTHERS:Lcom/vungle/ads/fpd/AgeRange;
invoke-static {}, Lcom/vungle/ads/fpd/AgeRange;->$values()[Lcom/vungle/ads/fpd/AgeRange;
move-result-object v0
sput-object v0, Lcom/vungle/ads/fpd/AgeRange;->$VALUES:[Lcom/vungle/ads/fpd/AgeRange;
new-instance v0, Lcom/vungle/ads/fpd/AgeRange$Companion;
const/4 v1, 0x0
invoke-direct {v0, v1}, Lcom/vungle/ads/fpd/AgeRange$Companion;-><init>(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
sput-object v0, Lcom/vungle/ads/fpd/AgeRange;->Companion:Lcom/vungle/ads/fpd/AgeRange$Companion;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;IILkotlin/ranges/IntRange;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(I",
"Lkotlin/ranges/IntRange;",
")V"
}
.end annotation
.line 42
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
iput p3, p0, Lcom/vungle/ads/fpd/AgeRange;->id:I
iput-object p4, p0, Lcom/vungle/ads/fpd/AgeRange;->range:Lkotlin/ranges/IntRange;
return-void
.end method
.method public static valueOf(Ljava/lang/String;)Lcom/vungle/ads/fpd/AgeRange;
.locals 1
const-class v0, Lcom/vungle/ads/fpd/AgeRange;
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/vungle/ads/fpd/AgeRange;
return-object p0
.end method
.method public static values()[Lcom/vungle/ads/fpd/AgeRange;
.locals 1
sget-object v0, Lcom/vungle/ads/fpd/AgeRange;->$VALUES:[Lcom/vungle/ads/fpd/AgeRange;
invoke-virtual {v0}, [Ljava/lang/Object;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lcom/vungle/ads/fpd/AgeRange;
return-object v0
.end method
# virtual methods
.method public final getId()I
.locals 1
iget v0, p0, Lcom/vungle/ads/fpd/AgeRange;->id:I
return v0
.end method
.method public final getRange()Lkotlin/ranges/IntRange;
.locals 1
iget-object v0, p0, Lcom/vungle/ads/fpd/AgeRange;->range:Lkotlin/ranges/IntRange;
return-object v0
.end method