jimu-decompiled/sources/com/google/android/gms/measurement/internal/zzen.java
2025-05-13 19:24:51 +02:00

48 lines
1.4 KiB
Java

package com.google.android.gms.measurement.internal;
import android.os.RemoteException;
import android.text.TextUtils;
/* loaded from: classes.dex */
final class zzen implements Runnable {
private final /* synthetic */ boolean a;
private final /* synthetic */ boolean b;
private final /* synthetic */ zzo c;
private final /* synthetic */ zzk d;
private final /* synthetic */ zzo e;
private final /* synthetic */ zzeb f;
zzen(zzeb zzebVar, boolean z, boolean z2, zzo zzoVar, zzk zzkVar, zzo zzoVar2) {
this.f = zzebVar;
this.a = z;
this.b = z2;
this.c = zzoVar;
this.d = zzkVar;
this.e = zzoVar2;
}
@Override // java.lang.Runnable
public final void run() {
zzaj zzajVar;
zzajVar = this.f.d;
if (zzajVar == null) {
this.f.e().t().a("Discarding data. Failed to send conditional user property to service");
return;
}
if (this.a) {
this.f.a(zzajVar, this.b ? null : this.c, this.d);
} else {
try {
if (TextUtils.isEmpty(this.e.packageName)) {
zzajVar.a(this.c, this.d);
} else {
zzajVar.a(this.c);
}
} catch (RemoteException e) {
this.f.e().t().a("Failed to send conditional user property to the service", e);
}
}
this.f.H();
}
}