Files
rr3-apk/decompiled-community/sources/com/google/android/gms/internal/ads/zzcda.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- Added realracing3-community.apk (71.57 MB)
- Removed 32-bit support (armeabi-v7a)
- Only includes arm64-v8a libraries
- Decompiled source code included
- Added README-community.md with analysis
2026-02-18 15:48:36 -08:00

48 lines
1.7 KiB
Java

package com.google.android.gms.internal.ads;
import androidx.core.app.NotificationCompat;
import java.util.HashMap;
/* loaded from: classes3.dex */
final class zzcda implements Runnable {
final /* synthetic */ String zza;
final /* synthetic */ String zzb;
final /* synthetic */ int zzc;
final /* synthetic */ int zzd;
final /* synthetic */ long zze;
final /* synthetic */ long zzf;
final /* synthetic */ boolean zzg;
final /* synthetic */ int zzh;
final /* synthetic */ int zzi;
final /* synthetic */ zzcde zzj;
public zzcda(zzcde zzcdeVar, String str, String str2, int i, int i2, long j, long j2, boolean z, int i3, int i4) {
this.zza = str;
this.zzb = str2;
this.zzc = i;
this.zzd = i2;
this.zze = j;
this.zzf = j2;
this.zzg = z;
this.zzh = i3;
this.zzi = i4;
this.zzj = zzcdeVar;
}
@Override // java.lang.Runnable
public final void run() {
HashMap hashMap = new HashMap();
hashMap.put(NotificationCompat.CATEGORY_EVENT, "precacheProgress");
hashMap.put("src", this.zza);
hashMap.put("cachedSrc", this.zzb);
hashMap.put("bytesLoaded", Integer.toString(this.zzc));
hashMap.put("totalBytes", Integer.toString(this.zzd));
hashMap.put("bufferedDuration", Long.toString(this.zze));
hashMap.put("totalDuration", Long.toString(this.zzf));
hashMap.put("cacheReady", true != this.zzg ? "0" : "1");
hashMap.put("playerCount", Integer.toString(this.zzh));
hashMap.put("playerPreparedCount", Integer.toString(this.zzi));
zzcde.zze(this.zzj, "onPrecacheEvent", hashMap);
}
}