- 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
105 lines
2.4 KiB
Smali
105 lines
2.4 KiB
Smali
.class public final synthetic Lcom/google/android/gms/internal/ads/zzess;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/util/concurrent/Callable;
|
|
|
|
|
|
# instance fields
|
|
.field public final synthetic zza:Ljava/util/List;
|
|
|
|
.field public final synthetic zzb:Landroid/os/Bundle;
|
|
|
|
|
|
# direct methods
|
|
.method public synthetic constructor <init>(Ljava/util/List;Landroid/os/Bundle;)V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p1, p0, Lcom/google/android/gms/internal/ads/zzess;->zza:Ljava/util/List;
|
|
|
|
iput-object p2, p0, Lcom/google/android/gms/internal/ads/zzess;->zzb:Landroid/os/Bundle;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final call()Ljava/lang/Object;
|
|
.locals 4
|
|
|
|
sget v0, Lcom/google/android/gms/internal/ads/zzesx;->zzb:I
|
|
|
|
.line 1
|
|
new-instance v0, Lorg/json/JSONArray;
|
|
|
|
invoke-direct {v0}, Lorg/json/JSONArray;-><init>()V
|
|
|
|
iget-object v1, p0, Lcom/google/android/gms/internal/ads/zzess;->zza:Ljava/util/List;
|
|
|
|
.line 2
|
|
invoke-interface {v1}, Ljava/util/List;->iterator()Ljava/util/Iterator;
|
|
|
|
move-result-object v1
|
|
|
|
:cond_0
|
|
:goto_0
|
|
invoke-interface {v1}, Ljava/util/Iterator;->hasNext()Z
|
|
|
|
move-result v2
|
|
|
|
if-eqz v2, :cond_1
|
|
|
|
invoke-interface {v1}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
|
|
|
move-result-object v2
|
|
|
|
check-cast v2, Lcom/google/common/util/concurrent/ListenableFuture;
|
|
|
|
.line 3
|
|
invoke-interface {v2}, Ljava/util/concurrent/Future;->get()Ljava/lang/Object;
|
|
|
|
move-result-object v3
|
|
|
|
check-cast v3, Lorg/json/JSONObject;
|
|
|
|
if-eqz v3, :cond_0
|
|
|
|
.line 4
|
|
invoke-interface {v2}, Ljava/util/concurrent/Future;->get()Ljava/lang/Object;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-virtual {v0, v2}, Lorg/json/JSONArray;->put(Ljava/lang/Object;)Lorg/json/JSONArray;
|
|
|
|
goto :goto_0
|
|
|
|
.line 5
|
|
:cond_1
|
|
invoke-virtual {v0}, Lorg/json/JSONArray;->length()I
|
|
|
|
move-result v1
|
|
|
|
if-nez v1, :cond_2
|
|
|
|
const/4 v0, 0x0
|
|
|
|
return-object v0
|
|
|
|
:cond_2
|
|
iget-object v1, p0, Lcom/google/android/gms/internal/ads/zzess;->zzb:Landroid/os/Bundle;
|
|
|
|
new-instance v2, Lcom/google/android/gms/internal/ads/zzesy;
|
|
|
|
.line 6
|
|
invoke-virtual {v0}, Lorg/json/JSONArray;->toString()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-direct {v2, v0, v1}, Lcom/google/android/gms/internal/ads/zzesy;-><init>(Ljava/lang/String;Landroid/os/Bundle;)V
|
|
|
|
return-object v2
|
|
.end method
|