- 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
38 lines
1.2 KiB
Java
38 lines
1.2 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.os.Bundle;
|
|
import org.json.JSONObject;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzeoq implements zzetq {
|
|
private final JSONObject zza;
|
|
private final JSONObject zzb;
|
|
|
|
public zzeoq(JSONObject jSONObject, JSONObject jSONObject2) {
|
|
this.zza = jSONObject;
|
|
this.zzb = jSONObject2;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzetq
|
|
public final /* bridge */ /* synthetic */ void zza(Object obj) {
|
|
JSONObject jSONObject = this.zzb;
|
|
zzcuv zzcuvVar = (zzcuv) obj;
|
|
if (jSONObject != null) {
|
|
zzcuvVar.zzb.putString("fwd_common_cld", jSONObject.toString());
|
|
}
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzetq
|
|
public final /* bridge */ /* synthetic */ void zzb(Object obj) {
|
|
Bundle bundle = ((zzcuv) obj).zza;
|
|
JSONObject jSONObject = this.zza;
|
|
if (jSONObject != null) {
|
|
bundle.putString("fwd_cld", jSONObject.toString());
|
|
}
|
|
JSONObject jSONObject2 = this.zzb;
|
|
if (jSONObject2 != null) {
|
|
bundle.putString("fwd_common_cld", jSONObject2.toString());
|
|
}
|
|
}
|
|
}
|