- 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
352 lines
11 KiB
Smali
352 lines
11 KiB
Smali
.class public final enum Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
.super Ljava/lang/Enum;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/vungle/ads/fpd/LengthOfResidence$Companion;
|
|
}
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/lang/Enum<",
|
|
"Lcom/vungle/ads/fpd/LengthOfResidence;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field private static final synthetic $VALUES:[Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
.field public static final Companion:Lcom/vungle/ads/fpd/LengthOfResidence$Companion;
|
|
|
|
.field public static final enum ELEVEN_TO_TWENTY_YEARS:Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
.field public static final enum FIFTY_ONE_TO_SIXTY_YEARS:Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
.field public static final enum FORTY_ONE_TO_FIFTY_YEARS:Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
.field public static final enum LESS_THAN_ONE_YEAR:Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
.field public static final enum ONE_TO_FIVE_YEARS:Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
.field public static final enum OVER_SEVENTY_ONE_YEARS:Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
.field public static final enum SIXTY_ONE_TO_SEVENTY_YEARS:Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
.field public static final enum SIX_TO_TEN_YEARS:Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
.field public static final enum THIRTY_ONE_TO_FORTY_YEARS:Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
.field public static final enum TWENTY_ONE_TO_THIRTY_YEARS:Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
|
|
# 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/LengthOfResidence;
|
|
.locals 10
|
|
|
|
sget-object v0, Lcom/vungle/ads/fpd/LengthOfResidence;->LESS_THAN_ONE_YEAR:Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
sget-object v1, Lcom/vungle/ads/fpd/LengthOfResidence;->ONE_TO_FIVE_YEARS:Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
sget-object v2, Lcom/vungle/ads/fpd/LengthOfResidence;->SIX_TO_TEN_YEARS:Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
sget-object v3, Lcom/vungle/ads/fpd/LengthOfResidence;->ELEVEN_TO_TWENTY_YEARS:Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
sget-object v4, Lcom/vungle/ads/fpd/LengthOfResidence;->TWENTY_ONE_TO_THIRTY_YEARS:Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
sget-object v5, Lcom/vungle/ads/fpd/LengthOfResidence;->THIRTY_ONE_TO_FORTY_YEARS:Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
sget-object v6, Lcom/vungle/ads/fpd/LengthOfResidence;->FORTY_ONE_TO_FIFTY_YEARS:Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
sget-object v7, Lcom/vungle/ads/fpd/LengthOfResidence;->FIFTY_ONE_TO_SIXTY_YEARS:Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
sget-object v8, Lcom/vungle/ads/fpd/LengthOfResidence;->SIXTY_ONE_TO_SEVENTY_YEARS:Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
sget-object v9, Lcom/vungle/ads/fpd/LengthOfResidence;->OVER_SEVENTY_ONE_YEARS:Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
filled-new-array/range {v0 .. v9}, [Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method static constructor <clinit>()V
|
|
.locals 6
|
|
|
|
.line 101
|
|
new-instance v0, Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
new-instance v1, Lkotlin/ranges/IntRange;
|
|
|
|
const/high16 v2, -0x80000000
|
|
|
|
const/4 v3, 0x0
|
|
|
|
invoke-direct {v1, v2, v3}, Lkotlin/ranges/IntRange;-><init>(II)V
|
|
|
|
const-string v2, "LESS_THAN_ONE_YEAR"
|
|
|
|
invoke-direct {v0, v2, v3, v3, v1}, Lcom/vungle/ads/fpd/LengthOfResidence;-><init>(Ljava/lang/String;IILkotlin/ranges/IntRange;)V
|
|
|
|
sput-object v0, Lcom/vungle/ads/fpd/LengthOfResidence;->LESS_THAN_ONE_YEAR:Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
.line 102
|
|
new-instance v0, Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
new-instance v1, Lkotlin/ranges/IntRange;
|
|
|
|
const/4 v2, 0x1
|
|
|
|
const/4 v3, 0x5
|
|
|
|
invoke-direct {v1, v2, v3}, Lkotlin/ranges/IntRange;-><init>(II)V
|
|
|
|
const-string v4, "ONE_TO_FIVE_YEARS"
|
|
|
|
invoke-direct {v0, v4, v2, v2, v1}, Lcom/vungle/ads/fpd/LengthOfResidence;-><init>(Ljava/lang/String;IILkotlin/ranges/IntRange;)V
|
|
|
|
sput-object v0, Lcom/vungle/ads/fpd/LengthOfResidence;->ONE_TO_FIVE_YEARS:Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
.line 103
|
|
new-instance v0, Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
new-instance v1, Lkotlin/ranges/IntRange;
|
|
|
|
const/16 v2, 0xa
|
|
|
|
const/4 v4, 0x6
|
|
|
|
invoke-direct {v1, v4, v2}, Lkotlin/ranges/IntRange;-><init>(II)V
|
|
|
|
const-string v2, "SIX_TO_TEN_YEARS"
|
|
|
|
const/4 v5, 0x2
|
|
|
|
invoke-direct {v0, v2, v5, v5, v1}, Lcom/vungle/ads/fpd/LengthOfResidence;-><init>(Ljava/lang/String;IILkotlin/ranges/IntRange;)V
|
|
|
|
sput-object v0, Lcom/vungle/ads/fpd/LengthOfResidence;->SIX_TO_TEN_YEARS:Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
.line 104
|
|
new-instance v0, Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
new-instance v1, Lkotlin/ranges/IntRange;
|
|
|
|
const/16 v2, 0xb
|
|
|
|
const/16 v5, 0x14
|
|
|
|
invoke-direct {v1, v2, v5}, Lkotlin/ranges/IntRange;-><init>(II)V
|
|
|
|
const-string v2, "ELEVEN_TO_TWENTY_YEARS"
|
|
|
|
const/4 v5, 0x3
|
|
|
|
invoke-direct {v0, v2, v5, v5, v1}, Lcom/vungle/ads/fpd/LengthOfResidence;-><init>(Ljava/lang/String;IILkotlin/ranges/IntRange;)V
|
|
|
|
sput-object v0, Lcom/vungle/ads/fpd/LengthOfResidence;->ELEVEN_TO_TWENTY_YEARS:Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
.line 105
|
|
new-instance v0, Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
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, "TWENTY_ONE_TO_THIRTY_YEARS"
|
|
|
|
const/4 v5, 0x4
|
|
|
|
invoke-direct {v0, v2, v5, v5, v1}, Lcom/vungle/ads/fpd/LengthOfResidence;-><init>(Ljava/lang/String;IILkotlin/ranges/IntRange;)V
|
|
|
|
sput-object v0, Lcom/vungle/ads/fpd/LengthOfResidence;->TWENTY_ONE_TO_THIRTY_YEARS:Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
.line 106
|
|
new-instance v0, Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
new-instance v1, Lkotlin/ranges/IntRange;
|
|
|
|
const/16 v2, 0x1f
|
|
|
|
const/16 v5, 0x28
|
|
|
|
invoke-direct {v1, v2, v5}, Lkotlin/ranges/IntRange;-><init>(II)V
|
|
|
|
const-string v2, "THIRTY_ONE_TO_FORTY_YEARS"
|
|
|
|
invoke-direct {v0, v2, v3, v3, v1}, Lcom/vungle/ads/fpd/LengthOfResidence;-><init>(Ljava/lang/String;IILkotlin/ranges/IntRange;)V
|
|
|
|
sput-object v0, Lcom/vungle/ads/fpd/LengthOfResidence;->THIRTY_ONE_TO_FORTY_YEARS:Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
.line 107
|
|
new-instance v0, Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
new-instance v1, Lkotlin/ranges/IntRange;
|
|
|
|
const/16 v2, 0x29
|
|
|
|
const/16 v3, 0x32
|
|
|
|
invoke-direct {v1, v2, v3}, Lkotlin/ranges/IntRange;-><init>(II)V
|
|
|
|
const-string v2, "FORTY_ONE_TO_FIFTY_YEARS"
|
|
|
|
invoke-direct {v0, v2, v4, v4, v1}, Lcom/vungle/ads/fpd/LengthOfResidence;-><init>(Ljava/lang/String;IILkotlin/ranges/IntRange;)V
|
|
|
|
sput-object v0, Lcom/vungle/ads/fpd/LengthOfResidence;->FORTY_ONE_TO_FIFTY_YEARS:Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
.line 108
|
|
new-instance v0, Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
new-instance v1, Lkotlin/ranges/IntRange;
|
|
|
|
const/16 v2, 0x33
|
|
|
|
const/16 v3, 0x3c
|
|
|
|
invoke-direct {v1, v2, v3}, Lkotlin/ranges/IntRange;-><init>(II)V
|
|
|
|
const-string v2, "FIFTY_ONE_TO_SIXTY_YEARS"
|
|
|
|
const/4 v3, 0x7
|
|
|
|
invoke-direct {v0, v2, v3, v3, v1}, Lcom/vungle/ads/fpd/LengthOfResidence;-><init>(Ljava/lang/String;IILkotlin/ranges/IntRange;)V
|
|
|
|
sput-object v0, Lcom/vungle/ads/fpd/LengthOfResidence;->FIFTY_ONE_TO_SIXTY_YEARS:Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
.line 109
|
|
new-instance v0, Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
new-instance v1, Lkotlin/ranges/IntRange;
|
|
|
|
const/16 v2, 0x3d
|
|
|
|
const/16 v3, 0x46
|
|
|
|
invoke-direct {v1, v2, v3}, Lkotlin/ranges/IntRange;-><init>(II)V
|
|
|
|
const-string v2, "SIXTY_ONE_TO_SEVENTY_YEARS"
|
|
|
|
const/16 v3, 0x8
|
|
|
|
invoke-direct {v0, v2, v3, v3, v1}, Lcom/vungle/ads/fpd/LengthOfResidence;-><init>(Ljava/lang/String;IILkotlin/ranges/IntRange;)V
|
|
|
|
sput-object v0, Lcom/vungle/ads/fpd/LengthOfResidence;->SIXTY_ONE_TO_SEVENTY_YEARS:Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
.line 110
|
|
new-instance v0, Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
new-instance v1, Lkotlin/ranges/IntRange;
|
|
|
|
const/16 v2, 0x47
|
|
|
|
const v3, 0x7fffffff
|
|
|
|
invoke-direct {v1, v2, v3}, Lkotlin/ranges/IntRange;-><init>(II)V
|
|
|
|
const-string v2, "OVER_SEVENTY_ONE_YEARS"
|
|
|
|
const/16 v3, 0x9
|
|
|
|
invoke-direct {v0, v2, v3, v3, v1}, Lcom/vungle/ads/fpd/LengthOfResidence;-><init>(Ljava/lang/String;IILkotlin/ranges/IntRange;)V
|
|
|
|
sput-object v0, Lcom/vungle/ads/fpd/LengthOfResidence;->OVER_SEVENTY_ONE_YEARS:Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
invoke-static {}, Lcom/vungle/ads/fpd/LengthOfResidence;->$values()[Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Lcom/vungle/ads/fpd/LengthOfResidence;->$VALUES:[Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
new-instance v0, Lcom/vungle/ads/fpd/LengthOfResidence$Companion;
|
|
|
|
const/4 v1, 0x0
|
|
|
|
invoke-direct {v0, v1}, Lcom/vungle/ads/fpd/LengthOfResidence$Companion;-><init>(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
|
|
sput-object v0, Lcom/vungle/ads/fpd/LengthOfResidence;->Companion:Lcom/vungle/ads/fpd/LengthOfResidence$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 100
|
|
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
|
|
|
|
iput p3, p0, Lcom/vungle/ads/fpd/LengthOfResidence;->id:I
|
|
|
|
iput-object p4, p0, Lcom/vungle/ads/fpd/LengthOfResidence;->range:Lkotlin/ranges/IntRange;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static valueOf(Ljava/lang/String;)Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
.locals 1
|
|
|
|
const-class v0, Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
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/LengthOfResidence;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static values()[Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
.locals 1
|
|
|
|
sget-object v0, Lcom/vungle/ads/fpd/LengthOfResidence;->$VALUES:[Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
invoke-virtual {v0}, [Ljava/lang/Object;->clone()Ljava/lang/Object;
|
|
|
|
move-result-object v0
|
|
|
|
check-cast v0, [Lcom/vungle/ads/fpd/LengthOfResidence;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final getId()I
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/vungle/ads/fpd/LengthOfResidence;->id:I
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public final getRange()Lkotlin/ranges/IntRange;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/vungle/ads/fpd/LengthOfResidence;->range:Lkotlin/ranges/IntRange;
|
|
|
|
return-object v0
|
|
.end method
|