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 zzct extends zzdt { final Bundle zza; final zzee zzb; /* JADX INFO: Access modifiers changed from: package-private */ /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public zzct(zzee zzeeVar, Bundle bundle) { super(zzeeVar, true); this.zzb = zzeeVar; this.zza = bundle; } @Override // com.google.android.gms.internal.measurement.zzdt final void zza() throws RemoteException { zzcc zzccVar; zzccVar = this.zzb.zzj; ((zzcc) Preconditions.checkNotNull(zzccVar)).setConsent(this.zza, this.zzh); } }