- 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
71 lines
1.8 KiB
Smali
71 lines
1.8 KiB
Smali
.class public final Lcom/ironsource/j4$a;
|
|
.super Lcom/ironsource/yp;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcom/ironsource/j4;->a(Lcom/ironsource/j4$d;)V
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x19
|
|
name = null
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic a:Lcom/ironsource/t7;
|
|
|
|
.field final synthetic b:Lcom/ironsource/j4;
|
|
|
|
.field final synthetic c:Lcom/ironsource/t7$b;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/ironsource/t7;Lcom/ironsource/j4;Lcom/ironsource/t7$b;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/ironsource/j4$a;->a:Lcom/ironsource/t7;
|
|
|
|
iput-object p2, p0, Lcom/ironsource/j4$a;->b:Lcom/ironsource/j4;
|
|
|
|
iput-object p3, p0, Lcom/ironsource/j4$a;->c:Lcom/ironsource/t7$b;
|
|
|
|
invoke-direct {p0}, Lcom/ironsource/yp;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public a()V
|
|
.locals 6
|
|
|
|
iget-object v0, p0, Lcom/ironsource/j4$a;->a:Lcom/ironsource/t7;
|
|
|
|
iget-object v1, p0, Lcom/ironsource/j4$a;->b:Lcom/ironsource/j4;
|
|
|
|
invoke-virtual {v1}, Lcom/ironsource/j4;->c()Ljava/util/List;
|
|
|
|
move-result-object v1
|
|
|
|
iget-object v2, p0, Lcom/ironsource/j4$a;->c:Lcom/ironsource/t7$b;
|
|
|
|
iget-object v3, p0, Lcom/ironsource/j4$a;->b:Lcom/ironsource/j4;
|
|
|
|
invoke-static {v3}, Lcom/ironsource/j4;->b(Lcom/ironsource/j4;)Lcom/ironsource/s1;
|
|
|
|
move-result-object v3
|
|
|
|
invoke-virtual {v3}, Lcom/ironsource/s1;->g()J
|
|
|
|
move-result-wide v3
|
|
|
|
sget-object v5, Ljava/util/concurrent/TimeUnit;->MILLISECONDS:Ljava/util/concurrent/TimeUnit;
|
|
|
|
invoke-virtual/range {v0 .. v5}, Lcom/ironsource/t7;->a(Ljava/util/List;Lcom/ironsource/t7$b;JLjava/util/concurrent/TimeUnit;)V
|
|
|
|
return-void
|
|
.end method
|