- 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
62 lines
1.3 KiB
Smali
62 lines
1.3 KiB
Smali
.class final Lcom/google/android/gms/internal/fido/zzdb;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# direct methods
|
|
.method public static zza(Ljava/util/Comparator;Ljava/lang/Iterable;)Z
|
|
.locals 1
|
|
|
|
.line 7
|
|
invoke-virtual {p0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
|
|
|
.line 6
|
|
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
|
|
|
.line 1
|
|
instance-of v0, p1, Ljava/util/SortedSet;
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 2
|
|
check-cast p1, Ljava/util/SortedSet;
|
|
|
|
.line 3
|
|
invoke-interface {p1}, Ljava/util/SortedSet;->comparator()Ljava/util/Comparator;
|
|
|
|
move-result-object p1
|
|
|
|
if-nez p1, :cond_1
|
|
|
|
sget-object p1, Lcom/google/android/gms/internal/fido/zzcq;->zza:Lcom/google/android/gms/internal/fido/zzcq;
|
|
|
|
goto :goto_0
|
|
|
|
.line 5
|
|
:cond_0
|
|
instance-of v0, p1, Lcom/google/android/gms/internal/fido/zzda;
|
|
|
|
if-eqz v0, :cond_2
|
|
|
|
.line 4
|
|
check-cast p1, Lcom/google/android/gms/internal/fido/zzda;
|
|
|
|
invoke-interface {p1}, Lcom/google/android/gms/internal/fido/zzda;->comparator()Ljava/util/Comparator;
|
|
|
|
move-result-object p1
|
|
|
|
.line 5
|
|
:cond_1
|
|
:goto_0
|
|
invoke-virtual {p0, p1}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
|
|
:cond_2
|
|
const/4 p0, 0x0
|
|
|
|
return p0
|
|
.end method
|