- 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
64 lines
1.9 KiB
Java
64 lines
1.9 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import androidx.annotation.GuardedBy;
|
|
import androidx.annotation.Nullable;
|
|
import com.ironsource.nb;
|
|
import com.ironsource.v8;
|
|
import java.io.UnsupportedEncodingException;
|
|
import java.util.Map;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class zzaqr extends zzapm {
|
|
private final Object zza;
|
|
|
|
@Nullable
|
|
@GuardedBy("mLock")
|
|
private final zzapr zzb;
|
|
|
|
public zzaqr(int i, String str, zzapr zzaprVar, @Nullable zzapq zzapqVar) {
|
|
super(i, str, zzapqVar);
|
|
this.zza = new Object();
|
|
this.zzb = zzaprVar;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzapm
|
|
public final zzaps zzh(zzapi zzapiVar) {
|
|
String str;
|
|
String str2;
|
|
try {
|
|
byte[] bArr = zzapiVar.zzb;
|
|
Map map = zzapiVar.zzc;
|
|
String str3 = "ISO-8859-1";
|
|
if (map != null && (str2 = (String) map.get("Content-Type")) != null) {
|
|
String[] split = str2.split(";", 0);
|
|
int i = 1;
|
|
while (true) {
|
|
if (i >= split.length) {
|
|
break;
|
|
}
|
|
String[] split2 = split[i].trim().split(v8.i.b, 0);
|
|
if (split2.length == 2 && split2[0].equals(nb.M)) {
|
|
str3 = split2[1];
|
|
break;
|
|
}
|
|
i++;
|
|
}
|
|
}
|
|
str = new String(bArr, str3);
|
|
} catch (UnsupportedEncodingException unused) {
|
|
str = new String(zzapiVar.zzb);
|
|
}
|
|
return zzaps.zzb(str, zzaqj.zzb(zzapiVar));
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzapm
|
|
/* renamed from: zzz, reason: merged with bridge method [inline-methods] */
|
|
public void zzo(String str) {
|
|
zzapr zzaprVar;
|
|
synchronized (this.zza) {
|
|
zzaprVar = this.zzb;
|
|
}
|
|
zzaprVar.zza(str);
|
|
}
|
|
}
|