jimu-decompiled/sources/com/google/android/gms/measurement/internal/zzdc.java
2025-05-13 19:24:51 +02:00

34 lines
1.0 KiB
Java

package com.google.android.gms.measurement.internal;
import android.os.Bundle;
/* loaded from: classes.dex */
final class zzdc implements Runnable {
private final /* synthetic */ String a;
private final /* synthetic */ String b;
private final /* synthetic */ long c;
private final /* synthetic */ Bundle d;
private final /* synthetic */ boolean e;
private final /* synthetic */ boolean f;
private final /* synthetic */ boolean g;
private final /* synthetic */ String h;
private final /* synthetic */ zzda i;
zzdc(zzda zzdaVar, String str, String str2, long j, Bundle bundle, boolean z, boolean z2, boolean z3, String str3) {
this.i = zzdaVar;
this.a = str;
this.b = str2;
this.c = j;
this.d = bundle;
this.e = z;
this.f = z2;
this.g = z3;
this.h = str3;
}
@Override // java.lang.Runnable
public final void run() {
this.i.a(this.a, this.b, this.c, this.d, this.e, this.f, this.g, this.h);
}
}