Files
rr3-apk/decompiled/sources/com/google/android/gms/measurement/internal/zzaa.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

107 lines
4.1 KiB
Java

package com.google.android.gms.measurement.internal;
import com.google.android.gms.internal.measurement.zzff;
import com.google.android.gms.internal.measurement.zzfn;
import com.google.android.gms.internal.measurement.zznz;
/* loaded from: classes3.dex */
final class zzaa extends zzab {
private zzff.zze zzg;
private final /* synthetic */ zzs zzh;
@Override // com.google.android.gms.measurement.internal.zzab
public final int zza() {
return this.zzg.zza();
}
@Override // com.google.android.gms.measurement.internal.zzab
public final boolean zzb() {
return false;
}
@Override // com.google.android.gms.measurement.internal.zzab
public final boolean zzc() {
return true;
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public zzaa(zzs zzsVar, String str, int i, zzff.zze zzeVar) {
super(str, i);
this.zzh = zzsVar;
this.zzg = zzeVar;
}
/* JADX WARN: Multi-variable type inference failed */
public final boolean zza(Long l, Long l2, zzfn.zzn zznVar, boolean z) {
Object[] objArr = zznz.zza() && this.zzh.zze().zzf(this.zza, zzbh.zzbh);
boolean zzf = this.zzg.zzf();
boolean zzg = this.zzg.zzg();
boolean zzh = this.zzg.zzh();
Object[] objArr2 = zzf || zzg || zzh;
Boolean bool = null;
bool = null;
bool = null;
bool = null;
bool = null;
if (z && objArr2 == false) {
this.zzh.zzj().zzp().zza("Property filter already evaluated true and it is not associated with an enhanced audience. audience ID, filter ID", Integer.valueOf(this.zzb), this.zzg.zzi() ? Integer.valueOf(this.zzg.zza()) : null);
return true;
}
zzff.zzc zzb = this.zzg.zzb();
boolean zzf2 = zzb.zzf();
if (zznVar.zzk()) {
if (!zzb.zzh()) {
this.zzh.zzj().zzu().zza("No number filter for long property. property", this.zzh.zzi().zzc(zznVar.zzg()));
} else {
bool = zzab.zza(zzab.zza(zznVar.zzc(), zzb.zzc()), zzf2);
}
} else if (zznVar.zzi()) {
if (!zzb.zzh()) {
this.zzh.zzj().zzu().zza("No number filter for double property. property", this.zzh.zzi().zzc(zznVar.zzg()));
} else {
bool = zzab.zza(zzab.zza(zznVar.zza(), zzb.zzc()), zzf2);
}
} else if (zznVar.zzm()) {
if (!zzb.zzj()) {
if (!zzb.zzh()) {
this.zzh.zzj().zzu().zza("No string or number filter defined. property", this.zzh.zzi().zzc(zznVar.zzg()));
} else if (zznp.zzb(zznVar.zzh())) {
bool = zzab.zza(zzab.zza(zznVar.zzh(), zzb.zzc()), zzf2);
} else {
this.zzh.zzj().zzu().zza("Invalid user property value for Numeric number filter. property, value", this.zzh.zzi().zzc(zznVar.zzg()), zznVar.zzh());
}
} else {
bool = zzab.zza(zzab.zza(zznVar.zzh(), zzb.zzd(), this.zzh.zzj()), zzf2);
}
} else {
this.zzh.zzj().zzu().zza("User property has no value, property", this.zzh.zzi().zzc(zznVar.zzg()));
}
this.zzh.zzj().zzp().zza("Property filter result", bool == null ? "null" : bool);
if (bool == null) {
return false;
}
this.zzc = Boolean.TRUE;
if (zzh && !bool.booleanValue()) {
return true;
}
if (!z || this.zzg.zzf()) {
this.zzd = bool;
}
if (bool.booleanValue() && objArr2 != false && zznVar.zzl()) {
long zzd = zznVar.zzd();
if (l != null) {
zzd = l.longValue();
}
if (objArr != false && this.zzg.zzf() && !this.zzg.zzg() && l2 != null) {
zzd = l2.longValue();
}
if (this.zzg.zzg()) {
this.zzf = Long.valueOf(zzd);
} else {
this.zze = Long.valueOf(zzd);
}
}
return true;
}
}