Files
rr3-apk/decompiled/sources/com/google/android/gms/internal/ads/zzdm.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

59 lines
1.3 KiB
Java

package com.google.android.gms.internal.ads;
import androidx.annotation.Nullable;
/* loaded from: classes3.dex */
final class zzdm {
public final Object zza;
private zzv zzb = new zzv();
private boolean zzc;
private boolean zzd;
public zzdm(Object obj) {
this.zza = obj;
}
public final boolean equals(@Nullable Object obj) {
if (this == obj) {
return true;
}
if (obj == null || zzdm.class != obj.getClass()) {
return false;
}
return this.zza.equals(((zzdm) obj).zza);
}
public final int hashCode() {
return this.zza.hashCode();
}
public final void zza(int i, zzdk zzdkVar) {
if (this.zzd) {
return;
}
if (i != -1) {
this.zzb.zza(i);
}
this.zzc = true;
zzdkVar.zza(this.zza);
}
public final void zzb(zzdl zzdlVar) {
if (this.zzd || !this.zzc) {
return;
}
zzx zzb = this.zzb.zzb();
this.zzb = new zzv();
this.zzc = false;
zzdlVar.zza(this.zza, zzb);
}
public final void zzc(zzdl zzdlVar) {
this.zzd = true;
if (this.zzc) {
this.zzc = false;
zzdlVar.zza(this.zza, this.zzb.zzb());
}
}
}