- 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
108 lines
2.3 KiB
Smali
108 lines
2.3 KiB
Smali
.class final Lcom/google/android/gms/internal/drive/zzje;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/util/Comparator;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/lang/Object;",
|
|
"Ljava/util/Comparator<",
|
|
"Lcom/google/android/gms/internal/drive/zzjc;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final synthetic compare(Ljava/lang/Object;Ljava/lang/Object;)I
|
|
.locals 4
|
|
|
|
.line 2
|
|
check-cast p1, Lcom/google/android/gms/internal/drive/zzjc;
|
|
|
|
check-cast p2, Lcom/google/android/gms/internal/drive/zzjc;
|
|
|
|
.line 3
|
|
invoke-virtual {p1}, Lcom/google/android/gms/internal/drive/zzjc;->iterator()Ljava/util/Iterator;
|
|
|
|
move-result-object v0
|
|
|
|
check-cast v0, Lcom/google/android/gms/internal/drive/zzjj;
|
|
|
|
.line 4
|
|
invoke-virtual {p2}, Lcom/google/android/gms/internal/drive/zzjc;->iterator()Ljava/util/Iterator;
|
|
|
|
move-result-object v1
|
|
|
|
check-cast v1, Lcom/google/android/gms/internal/drive/zzjj;
|
|
|
|
.line 5
|
|
:cond_0
|
|
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
|
|
|
|
move-result v2
|
|
|
|
if-eqz v2, :cond_1
|
|
|
|
invoke-interface {v1}, Ljava/util/Iterator;->hasNext()Z
|
|
|
|
move-result v2
|
|
|
|
if-eqz v2, :cond_1
|
|
|
|
.line 7
|
|
invoke-interface {v0}, Lcom/google/android/gms/internal/drive/zzjj;->nextByte()B
|
|
|
|
move-result v2
|
|
|
|
invoke-static {v2}, Lcom/google/android/gms/internal/drive/zzjc;->zzb(B)I
|
|
|
|
move-result v2
|
|
|
|
invoke-interface {v1}, Lcom/google/android/gms/internal/drive/zzjj;->nextByte()B
|
|
|
|
move-result v3
|
|
|
|
invoke-static {v3}, Lcom/google/android/gms/internal/drive/zzjc;->zzb(B)I
|
|
|
|
move-result v3
|
|
|
|
invoke-static {v2, v3}, Ljava/lang/Integer;->compare(II)I
|
|
|
|
move-result v2
|
|
|
|
if-eqz v2, :cond_0
|
|
|
|
return v2
|
|
|
|
.line 11
|
|
:cond_1
|
|
invoke-virtual {p1}, Lcom/google/android/gms/internal/drive/zzjc;->size()I
|
|
|
|
move-result p1
|
|
|
|
invoke-virtual {p2}, Lcom/google/android/gms/internal/drive/zzjc;->size()I
|
|
|
|
move-result p2
|
|
|
|
invoke-static {p1, p2}, Ljava/lang/Integer;->compare(II)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
.end method
|