Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,49 @@
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();
}
}