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,71 @@
package com.google.android.gms.internal.ads;
import com.google.android.gms.ads.identifier.AdvertisingIdClient;
import java.io.IOException;
import java.lang.reflect.InvocationTargetException;
import java.nio.ByteBuffer;
import java.util.UUID;
/* loaded from: classes3.dex */
public final class zzawv extends zzaxr {
public zzawv(zzawd zzawdVar, String str, String str2, zzasc zzascVar, int i, int i2) {
super(zzawdVar, "mYdY7l5D+eRA2n+1DSS0l4Onm7QwkKst2ndSMEehloNd2MnZiOwv+qpmI2KWHSFP", "85J7Wr+LLVwpDfypFtzN1eoOiAfuTMa63SuSJgN9bwE=", zzascVar, i, 24);
}
private final void zzc() {
AdvertisingIdClient zzh = this.zza.zzh();
if (zzh == null) {
return;
}
try {
AdvertisingIdClient.Info info = zzh.getInfo();
String id = info.getId();
int i = zzawg.zza;
if (id != null && id.matches("^[a-fA-F0-9]{8}-([a-fA-F0-9]{4}-){3}[a-fA-F0-9]{12}$")) {
UUID fromString = UUID.fromString(id);
byte[] bArr = new byte[16];
ByteBuffer wrap = ByteBuffer.wrap(bArr);
wrap.putLong(fromString.getMostSignificantBits());
wrap.putLong(fromString.getLeastSignificantBits());
id = zzatr.zza(bArr, true);
}
if (id != null) {
synchronized (this.zzd) {
this.zzd.zzs(id);
this.zzd.zzr(info.isLimitAdTrackingEnabled());
this.zzd.zzab(6);
}
}
} catch (IOException unused) {
}
}
@Override // com.google.android.gms.internal.ads.zzaxr, java.util.concurrent.Callable
public final /* bridge */ /* synthetic */ Object call() throws Exception {
zzk();
return null;
}
@Override // com.google.android.gms.internal.ads.zzaxr
public final void zza() throws IllegalAccessException, InvocationTargetException {
if (this.zza.zzq()) {
zzc();
return;
}
synchronized (this.zzd) {
this.zzd.zzs((String) this.zze.invoke(null, this.zza.zzb()));
}
}
@Override // com.google.android.gms.internal.ads.zzaxr
public final Void zzk() throws Exception {
if (this.zza.zzr()) {
super.zzk();
return null;
}
if (this.zza.zzq()) {
zzc();
}
return null;
}
}