Files
rr3-apk/decompiled-community/sources/com/google/android/gms/internal/ads/zzawq.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- Added realracing3-community.apk (71.57 MB)
- Removed 32-bit support (armeabi-v7a)
- Only includes arm64-v8a libraries
- Decompiled source code included
- Added README-community.md with analysis
2026-02-18 15:48:36 -08:00

37 lines
1.3 KiB
Java

package com.google.android.gms.internal.ads;
import android.content.Context;
import java.lang.reflect.InvocationTargetException;
import java.util.concurrent.atomic.AtomicReference;
/* loaded from: classes3.dex */
public final class zzawq extends zzaxr {
private static final zzaxs zzh = new zzaxs();
private final Context zzi;
public zzawq(zzawd zzawdVar, String str, String str2, zzasc zzascVar, int i, int i2, Context context) {
super(zzawdVar, "dWdd1c55O832EgswVA7EDPTVX/IpvF08MBnEPy7r0t3O9D/V1qjYDXzsPAH/Vbkj", "bxwXOoEQUxH5XWh5SE6sIt1AlD2mR+aN5LSYX3ZGs5Q=", zzascVar, i, 29);
this.zzi = context;
}
@Override // com.google.android.gms.internal.ads.zzaxr
public final void zza() throws IllegalAccessException, InvocationTargetException {
this.zzd.zzn("E");
AtomicReference zza = zzh.zza(this.zzi.getPackageName());
if (zza.get() == null) {
synchronized (zza) {
try {
if (zza.get() == null) {
zza.set((String) this.zze.invoke(null, this.zzi));
}
} finally {
}
}
}
String str = (String) zza.get();
synchronized (this.zzd) {
this.zzd.zzn(zzatr.zza(str.getBytes(), true));
}
}
}