- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
50 lines
1.7 KiB
Java
50 lines
1.7 KiB
Java
package com.google.android.gms.measurement.internal;
|
|
|
|
import android.os.RemoteException;
|
|
import android.text.TextUtils;
|
|
import com.google.android.gms.common.internal.Preconditions;
|
|
|
|
/* loaded from: classes3.dex */
|
|
final class zzls implements Runnable {
|
|
private final /* synthetic */ boolean zza = true;
|
|
private final /* synthetic */ zzn zzb;
|
|
private final /* synthetic */ boolean zzc;
|
|
private final /* synthetic */ zzac zzd;
|
|
private final /* synthetic */ zzac zze;
|
|
private final /* synthetic */ zzlb zzf;
|
|
|
|
public zzls(zzlb zzlbVar, boolean z, zzn zznVar, boolean z2, zzac zzacVar, zzac zzacVar2) {
|
|
this.zzb = zznVar;
|
|
this.zzc = z2;
|
|
this.zzd = zzacVar;
|
|
this.zze = zzacVar2;
|
|
this.zzf = zzlbVar;
|
|
}
|
|
|
|
@Override // java.lang.Runnable
|
|
public final void run() {
|
|
zzfp zzfpVar;
|
|
zzfpVar = this.zzf.zzb;
|
|
if (zzfpVar == null) {
|
|
this.zzf.zzj().zzg().zza("Discarding data. Failed to send conditional user property to service");
|
|
return;
|
|
}
|
|
if (this.zza) {
|
|
Preconditions.checkNotNull(this.zzb);
|
|
this.zzf.zza(zzfpVar, this.zzc ? null : this.zzd, this.zzb);
|
|
} else {
|
|
try {
|
|
if (TextUtils.isEmpty(this.zze.zza)) {
|
|
Preconditions.checkNotNull(this.zzb);
|
|
zzfpVar.zza(this.zzd, this.zzb);
|
|
} else {
|
|
zzfpVar.zza(this.zzd);
|
|
}
|
|
} catch (RemoteException e) {
|
|
this.zzf.zzj().zzg().zza("Failed to send conditional user property to the service", e);
|
|
}
|
|
}
|
|
this.zzf.zzaq();
|
|
}
|
|
}
|