- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
60 lines
1.5 KiB
Java
60 lines
1.5 KiB
Java
package com.google.android.gms.measurement.internal;
|
|
|
|
import android.content.Context;
|
|
import android.os.Bundle;
|
|
import androidx.annotation.Nullable;
|
|
import androidx.annotation.VisibleForTesting;
|
|
import com.google.android.gms.common.internal.Preconditions;
|
|
|
|
@VisibleForTesting
|
|
/* loaded from: classes3.dex */
|
|
public final class zzix {
|
|
final Context zza;
|
|
|
|
@Nullable
|
|
String zzb;
|
|
|
|
@Nullable
|
|
String zzc;
|
|
|
|
@Nullable
|
|
String zzd;
|
|
|
|
@Nullable
|
|
Boolean zze;
|
|
long zzf;
|
|
|
|
@Nullable
|
|
com.google.android.gms.internal.measurement.zzdl zzg;
|
|
boolean zzh;
|
|
|
|
@Nullable
|
|
Long zzi;
|
|
|
|
@Nullable
|
|
String zzj;
|
|
|
|
@VisibleForTesting
|
|
public zzix(Context context, @Nullable com.google.android.gms.internal.measurement.zzdl zzdlVar, @Nullable Long l) {
|
|
this.zzh = true;
|
|
Preconditions.checkNotNull(context);
|
|
Context applicationContext = context.getApplicationContext();
|
|
Preconditions.checkNotNull(applicationContext);
|
|
this.zza = applicationContext;
|
|
this.zzi = l;
|
|
if (zzdlVar != null) {
|
|
this.zzg = zzdlVar;
|
|
this.zzb = zzdlVar.zzf;
|
|
this.zzc = zzdlVar.zze;
|
|
this.zzd = zzdlVar.zzd;
|
|
this.zzh = zzdlVar.zzc;
|
|
this.zzf = zzdlVar.zzb;
|
|
this.zzj = zzdlVar.zzh;
|
|
Bundle bundle = zzdlVar.zzg;
|
|
if (bundle != null) {
|
|
this.zze = Boolean.valueOf(bundle.getBoolean("dataCollectionDefaultEnabled", true));
|
|
}
|
|
}
|
|
}
|
|
}
|