Files
rr3-apk/smali_classes2/com/google/android/gms/drive/events/zzb.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- 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
2026-02-18 16:13:44 -08:00

192 lines
5.0 KiB
Smali

.class public final Lcom/google/android/gms/drive/events/zzb;
.super Lcom/google/android/gms/common/internal/safeparcel/AbstractSafeParcelable;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/drive/events/DriveEvent;
# annotations
.annotation build Lcom/google/android/gms/common/internal/ShowFirstParty;
.end annotation
.annotation build Lcom/google/android/gms/common/internal/safeparcel/SafeParcelable$Class;
creator = "ChangesAvailableEventCreator"
.end annotation
.annotation build Lcom/google/android/gms/common/internal/safeparcel/SafeParcelable$Reserved;
value = {
0x1,
0x2
}
.end annotation
# static fields
.field public static final CREATOR:Landroid/os/Parcelable$Creator;
.annotation system Ldalvik/annotation/Signature;
value = {
"Landroid/os/Parcelable$Creator<",
"Lcom/google/android/gms/drive/events/zzb;",
">;"
}
.end annotation
.end field
# instance fields
.field private final zzbv:Lcom/google/android/gms/drive/events/zze;
.annotation build Lcom/google/android/gms/common/internal/safeparcel/SafeParcelable$Field;
id = 0x3
.end annotation
.end field
# direct methods
.method static constructor <clinit>()V
.locals 1
.line 18
new-instance v0, Lcom/google/android/gms/drive/events/zzc;
invoke-direct {v0}, Lcom/google/android/gms/drive/events/zzc;-><init>()V
sput-object v0, Lcom/google/android/gms/drive/events/zzb;->CREATOR:Landroid/os/Parcelable$Creator;
return-void
.end method
.method public constructor <init>(Lcom/google/android/gms/drive/events/zze;)V
.locals 0
.param p1 # Lcom/google/android/gms/drive/events/zze;
.annotation build Lcom/google/android/gms/common/internal/safeparcel/SafeParcelable$Param;
id = 0x3
.end annotation
.end param
.annotation build Lcom/google/android/gms/common/internal/safeparcel/SafeParcelable$Constructor;
.end annotation
.line 1
invoke-direct {p0}, Lcom/google/android/gms/common/internal/safeparcel/AbstractSafeParcelable;-><init>()V
iput-object p1, p0, Lcom/google/android/gms/drive/events/zzb;->zzbv:Lcom/google/android/gms/drive/events/zze;
return-void
.end method
# virtual methods
.method public final equals(Ljava/lang/Object;)Z
.locals 2
if-eqz p1, :cond_2
.line 10
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
move-result-object v0
const-class v1, Lcom/google/android/gms/drive/events/zzb;
if-eq v0, v1, :cond_0
goto :goto_0
:cond_0
if-ne p1, p0, :cond_1
const/4 p1, 0x1
return p1
.line 14
:cond_1
check-cast p1, Lcom/google/android/gms/drive/events/zzb;
iget-object v0, p0, Lcom/google/android/gms/drive/events/zzb;->zzbv:Lcom/google/android/gms/drive/events/zze;
.line 15
iget-object p1, p1, Lcom/google/android/gms/drive/events/zzb;->zzbv:Lcom/google/android/gms/drive/events/zze;
invoke-static {v0, p1}, Lcom/google/android/gms/common/internal/Objects;->equal(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result p1
return p1
:cond_2
:goto_0
const/4 p1, 0x0
return p1
.end method
.method public final getType()I
.locals 1
const/4 v0, 0x4
return v0
.end method
.method public final hashCode()I
.locals 1
iget-object v0, p0, Lcom/google/android/gms/drive/events/zzb;->zzbv:Lcom/google/android/gms/drive/events/zze;
filled-new-array {v0}, [Ljava/lang/Object;
move-result-object v0
.line 16
invoke-static {v0}, Lcom/google/android/gms/common/internal/Objects;->hashCode([Ljava/lang/Object;)I
move-result v0
return v0
.end method
.method public final toString()Ljava/lang/String;
.locals 3
.line 17
sget-object v0, Ljava/util/Locale;->US:Ljava/util/Locale;
iget-object v1, p0, Lcom/google/android/gms/drive/events/zzb;->zzbv:Lcom/google/android/gms/drive/events/zze;
filled-new-array {v1}, [Ljava/lang/Object;
move-result-object v1
const-string v2, "ChangesAvailableEvent [changesAvailableOptions=%s]"
invoke-static {v0, v2, v1}, Ljava/lang/String;->format(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
move-result-object v0
return-object v0
.end method
.method public final writeToParcel(Landroid/os/Parcel;I)V
.locals 4
.line 5
invoke-static {p1}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->beginObjectHeader(Landroid/os/Parcel;)I
move-result v0
iget-object v1, p0, Lcom/google/android/gms/drive/events/zzb;->zzbv:Lcom/google/android/gms/drive/events/zze;
const/4 v2, 0x0
const/4 v3, 0x3
.line 6
invoke-static {p1, v3, v1, p2, v2}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->writeParcelable(Landroid/os/Parcel;ILandroid/os/Parcelable;IZ)V
.line 7
invoke-static {p1, v0}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->finishObjectHeader(Landroid/os/Parcel;I)V
return-void
.end method