- 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
211 lines
4.1 KiB
Smali
211 lines
4.1 KiB
Smali
.class public final enum Lcom/tapjoy/TJSegment;
|
|
.super Ljava/lang/Enum;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/lang/Enum<",
|
|
"Lcom/tapjoy/TJSegment;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final enum NON_PAYER:Lcom/tapjoy/TJSegment;
|
|
|
|
.field public static final enum PAYER:Lcom/tapjoy/TJSegment;
|
|
|
|
.field public static final enum UNKNOWN:Lcom/tapjoy/TJSegment;
|
|
|
|
.field public static final enum VIP:Lcom/tapjoy/TJSegment;
|
|
|
|
.field public static final synthetic a:[Lcom/tapjoy/TJSegment;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 6
|
|
|
|
.line 1
|
|
new-instance v0, Lcom/tapjoy/TJSegment;
|
|
|
|
const/4 v1, 0x0
|
|
|
|
const-string v2, "NON_PAYER"
|
|
|
|
invoke-direct {v0, v1, v2}, Lcom/tapjoy/TJSegment;-><init>(ILjava/lang/String;)V
|
|
|
|
sput-object v0, Lcom/tapjoy/TJSegment;->NON_PAYER:Lcom/tapjoy/TJSegment;
|
|
|
|
new-instance v1, Lcom/tapjoy/TJSegment;
|
|
|
|
const/4 v2, 0x1
|
|
|
|
const-string v3, "PAYER"
|
|
|
|
invoke-direct {v1, v2, v3}, Lcom/tapjoy/TJSegment;-><init>(ILjava/lang/String;)V
|
|
|
|
sput-object v1, Lcom/tapjoy/TJSegment;->PAYER:Lcom/tapjoy/TJSegment;
|
|
|
|
new-instance v2, Lcom/tapjoy/TJSegment;
|
|
|
|
const/4 v3, 0x2
|
|
|
|
const-string v4, "VIP"
|
|
|
|
invoke-direct {v2, v3, v4}, Lcom/tapjoy/TJSegment;-><init>(ILjava/lang/String;)V
|
|
|
|
sput-object v2, Lcom/tapjoy/TJSegment;->VIP:Lcom/tapjoy/TJSegment;
|
|
|
|
new-instance v3, Lcom/tapjoy/TJSegment;
|
|
|
|
const/4 v4, 0x3
|
|
|
|
const-string v5, "UNKNOWN"
|
|
|
|
invoke-direct {v3, v4, v5}, Lcom/tapjoy/TJSegment;-><init>(ILjava/lang/String;)V
|
|
|
|
sput-object v3, Lcom/tapjoy/TJSegment;->UNKNOWN:Lcom/tapjoy/TJSegment;
|
|
|
|
filled-new-array {v0, v1, v2, v3}, [Lcom/tapjoy/TJSegment;
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Lcom/tapjoy/TJSegment;->a:[Lcom/tapjoy/TJSegment;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(ILjava/lang/String;)V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-direct {p0, p2, p1}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static valueOf(I)Lcom/tapjoy/TJSegment;
|
|
.locals 1
|
|
|
|
.line 0
|
|
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
|
|
|
|
sget-object p0, Lcom/tapjoy/TJSegment;->UNKNOWN:Lcom/tapjoy/TJSegment;
|
|
|
|
return-object p0
|
|
|
|
:cond_0
|
|
sget-object p0, Lcom/tapjoy/TJSegment;->VIP:Lcom/tapjoy/TJSegment;
|
|
|
|
return-object p0
|
|
|
|
:cond_1
|
|
sget-object p0, Lcom/tapjoy/TJSegment;->PAYER:Lcom/tapjoy/TJSegment;
|
|
|
|
return-object p0
|
|
|
|
:cond_2
|
|
sget-object p0, Lcom/tapjoy/TJSegment;->NON_PAYER:Lcom/tapjoy/TJSegment;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static valueOf(Ljava/lang/String;)Lcom/tapjoy/TJSegment;
|
|
.locals 1
|
|
|
|
const-class v0, Lcom/tapjoy/TJSegment;
|
|
|
|
.line 1
|
|
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/tapjoy/TJSegment;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static values()[Lcom/tapjoy/TJSegment;
|
|
.locals 1
|
|
|
|
sget-object v0, Lcom/tapjoy/TJSegment;->a:[Lcom/tapjoy/TJSegment;
|
|
|
|
.line 1
|
|
invoke-virtual {v0}, [Lcom/tapjoy/TJSegment;->clone()Ljava/lang/Object;
|
|
|
|
move-result-object v0
|
|
|
|
check-cast v0, [Lcom/tapjoy/TJSegment;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public getValue()I
|
|
.locals 3
|
|
|
|
.line 1
|
|
sget-object v0, Lcom/tapjoy/r0;->a:[I
|
|
|
|
invoke-virtual {p0}, Ljava/lang/Enum;->ordinal()I
|
|
|
|
move-result v1
|
|
|
|
aget v0, v0, v1
|
|
|
|
const/4 v1, 0x1
|
|
|
|
if-eq v0, v1, :cond_2
|
|
|
|
const/4 v2, 0x2
|
|
|
|
if-eq v0, v2, :cond_1
|
|
|
|
const/4 v1, 0x3
|
|
|
|
if-eq v0, v1, :cond_0
|
|
|
|
const/4 v0, -0x1
|
|
|
|
return v0
|
|
|
|
:cond_0
|
|
return v2
|
|
|
|
:cond_1
|
|
return v1
|
|
|
|
:cond_2
|
|
const/4 v0, 0x0
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public toString()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
.line 1
|
|
invoke-virtual {p0}, Lcom/tapjoy/TJSegment;->getValue()I
|
|
|
|
move-result v0
|
|
|
|
invoke-static {v0}, Ljava/lang/String;->valueOf(I)Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|