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); } }