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,56 @@
package com.google.android.gms.measurement.internal;
import android.os.RemoteException;
import android.text.TextUtils;
import com.google.android.gms.common.internal.Preconditions;
import java.util.Collections;
import java.util.concurrent.atomic.AtomicReference;
/* loaded from: classes3.dex */
final class zzlv implements Runnable {
private final /* synthetic */ AtomicReference zza;
private final /* synthetic */ String zzb;
private final /* synthetic */ String zzc;
private final /* synthetic */ String zzd;
private final /* synthetic */ zzn zze;
private final /* synthetic */ zzlb zzf;
public zzlv(zzlb zzlbVar, AtomicReference atomicReference, String str, String str2, String str3, zzn zznVar) {
this.zza = atomicReference;
this.zzb = str;
this.zzc = str2;
this.zzd = str3;
this.zze = zznVar;
this.zzf = zzlbVar;
}
@Override // java.lang.Runnable
public final void run() {
zzfp zzfpVar;
synchronized (this.zza) {
try {
try {
zzfpVar = this.zzf.zzb;
} catch (RemoteException e) {
this.zzf.zzj().zzg().zza("(legacy) Failed to get conditional properties; remote exception", zzfw.zza(this.zzb), this.zzc, e);
this.zza.set(Collections.emptyList());
}
if (zzfpVar == null) {
this.zzf.zzj().zzg().zza("(legacy) Failed to get conditional properties; not connected to service", zzfw.zza(this.zzb), this.zzc, this.zzd);
this.zza.set(Collections.emptyList());
return;
}
if (TextUtils.isEmpty(this.zzb)) {
Preconditions.checkNotNull(this.zze);
this.zza.set(zzfpVar.zza(this.zzc, this.zzd, this.zze));
} else {
this.zza.set(zzfpVar.zza(this.zzb, this.zzc, this.zzd));
}
this.zzf.zzaq();
this.zza.notify();
} finally {
this.zza.notify();
}
}
}
}