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

56 lines
1.5 KiB
Java

package com.google.android.gms.internal.ads;
import java.util.HashMap;
/* loaded from: classes3.dex */
public final class zzawf extends zzatq {
public Long zza;
public Long zzb;
public Long zzc;
public Long zzd;
public Long zze;
public Long zzf;
public Long zzg;
public Long zzh;
public Long zzi;
public Long zzj;
public Long zzk;
public zzawf() {
}
public zzawf(String str) {
HashMap zza = zzatq.zza(str);
if (zza != null) {
this.zza = (Long) zza.get(0);
this.zzb = (Long) zza.get(1);
this.zzc = (Long) zza.get(2);
this.zzd = (Long) zza.get(3);
this.zze = (Long) zza.get(4);
this.zzf = (Long) zza.get(5);
this.zzg = (Long) zza.get(6);
this.zzh = (Long) zza.get(7);
this.zzi = (Long) zza.get(8);
this.zzj = (Long) zza.get(9);
this.zzk = (Long) zza.get(10);
}
}
@Override // com.google.android.gms.internal.ads.zzatq
public final HashMap zzb() {
HashMap hashMap = new HashMap();
hashMap.put(0, this.zza);
hashMap.put(1, this.zzb);
hashMap.put(2, this.zzc);
hashMap.put(3, this.zzd);
hashMap.put(4, this.zze);
hashMap.put(5, this.zzf);
hashMap.put(6, this.zzg);
hashMap.put(7, this.zzh);
hashMap.put(8, this.zzi);
hashMap.put(9, this.zzj);
hashMap.put(10, this.zzk);
return hashMap;
}
}