what-the-bank/sources/com/google/android/gms/internal/measurement/zzdr.java

46 lines
1.4 KiB
Java

package com.google.android.gms.internal.measurement;
import android.os.Bundle;
import android.os.RemoteException;
import com.google.android.gms.common.internal.Preconditions;
/* JADX INFO: Access modifiers changed from: package-private */
/* loaded from: classes2.dex */
public final class zzdr extends zzdt {
final Long zza;
final String zzb;
final String zzc;
final Bundle zzd;
final boolean zze;
final boolean zzf;
final zzee zzg;
/* JADX INFO: Access modifiers changed from: package-private */
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public zzdr(zzee zzeeVar, Long l, String str, String str2, Bundle bundle, boolean z, boolean z2) {
super(zzeeVar, true);
this.zzg = zzeeVar;
this.zza = l;
this.zzb = str;
this.zzc = str2;
this.zzd = bundle;
this.zze = z;
this.zzf = z2;
}
@Override // com.google.android.gms.internal.measurement.zzdt
final void zza() throws RemoteException {
long longValue;
zzcc zzccVar;
Long l = this.zza;
if (l != null) {
longValue = l.longValue();
} else {
longValue = this.zzh;
}
long j = longValue;
zzccVar = this.zzg.zzj;
((zzcc) Preconditions.checkNotNull(zzccVar)).logEvent(this.zzb, this.zzc, this.zzd, this.zze, this.zzf, j);
}
}