Files
rr3-apk/smali_classes3/com/google/android/gms/internal/ads/zzbpw.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

131 lines
3.2 KiB
Smali

.class public final Lcom/google/android/gms/internal/ads/zzbpw;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/ads/mediation/MediationAdRequest;
# instance fields
.field private final zza:Ljava/util/Date;
.field private final zzb:I
.field private final zzc:Ljava/util/Set;
.field private final zzd:Z
.field private final zze:Landroid/location/Location;
.field private final zzf:I
.field private final zzg:Z
# direct methods
.method public constructor <init>(Ljava/util/Date;ILjava/util/Set;Landroid/location/Location;ZIZILjava/lang/String;)V
.locals 0
.param p1 # Ljava/util/Date;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.param p3 # Ljava/util/Set;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.param p4 # Landroid/location/Location;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lcom/google/android/gms/internal/ads/zzbpw;->zza:Ljava/util/Date;
iput p2, p0, Lcom/google/android/gms/internal/ads/zzbpw;->zzb:I
iput-object p3, p0, Lcom/google/android/gms/internal/ads/zzbpw;->zzc:Ljava/util/Set;
iput-object p4, p0, Lcom/google/android/gms/internal/ads/zzbpw;->zze:Landroid/location/Location;
iput-boolean p5, p0, Lcom/google/android/gms/internal/ads/zzbpw;->zzd:Z
iput p6, p0, Lcom/google/android/gms/internal/ads/zzbpw;->zzf:I
iput-boolean p7, p0, Lcom/google/android/gms/internal/ads/zzbpw;->zzg:Z
return-void
.end method
# virtual methods
.method public final getBirthday()Ljava/util/Date;
.locals 1
.annotation runtime Ljava/lang/Deprecated;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/internal/ads/zzbpw;->zza:Ljava/util/Date;
return-object v0
.end method
.method public final getGender()I
.locals 1
.annotation runtime Ljava/lang/Deprecated;
.end annotation
iget v0, p0, Lcom/google/android/gms/internal/ads/zzbpw;->zzb:I
return v0
.end method
.method public final getKeywords()Ljava/util/Set;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/Set<",
"Ljava/lang/String;",
">;"
}
.end annotation
iget-object v0, p0, Lcom/google/android/gms/internal/ads/zzbpw;->zzc:Ljava/util/Set;
return-object v0
.end method
.method public final getLocation()Landroid/location/Location;
.locals 1
iget-object v0, p0, Lcom/google/android/gms/internal/ads/zzbpw;->zze:Landroid/location/Location;
return-object v0
.end method
.method public final isDesignedForFamilies()Z
.locals 1
.annotation runtime Ljava/lang/Deprecated;
.end annotation
iget-boolean v0, p0, Lcom/google/android/gms/internal/ads/zzbpw;->zzg:Z
return v0
.end method
.method public final isTesting()Z
.locals 1
iget-boolean v0, p0, Lcom/google/android/gms/internal/ads/zzbpw;->zzd:Z
return v0
.end method
.method public final taggedForChildDirectedTreatment()I
.locals 1
iget v0, p0, Lcom/google/android/gms/internal/ads/zzbpw;->zzf:I
return v0
.end method