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

33 lines
1.1 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.android.gms.internal.measurement;
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 zzcs extends zzdt {
final Boolean 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 zzcs(zzee zzeeVar, Boolean bool) {
super(zzeeVar, true);
this.zzb = zzeeVar;
this.zza = bool;
}
@Override // com.google.android.gms.internal.measurement.zzdt
final void zza() throws RemoteException {
zzcc zzccVar;
zzcc zzccVar2;
if (this.zza != null) {
zzccVar2 = this.zzb.zzj;
((zzcc) Preconditions.checkNotNull(zzccVar2)).setMeasurementEnabled(this.zza.booleanValue(), this.zzh);
} else {
zzccVar = this.zzb.zzj;
((zzcc) Preconditions.checkNotNull(zzccVar)).clearMeasurementEnabled(this.zzh);
}
}
}