- 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
30 lines
896 B
Java
30 lines
896 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.os.Bundle;
|
|
import com.mbridge.msdk.foundation.download.core.DownloadCommon;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzeqs implements zzetq {
|
|
public final String zza;
|
|
public final boolean zzb;
|
|
|
|
public zzeqs(String str, boolean z) {
|
|
this.zza = str;
|
|
this.zzb = z;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzetq
|
|
public final /* bridge */ /* synthetic */ void zza(Object obj) {
|
|
((zzcuv) obj).zzb.putString("gct", this.zza);
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzetq
|
|
public final /* bridge */ /* synthetic */ void zzb(Object obj) {
|
|
Bundle bundle = ((zzcuv) obj).zza;
|
|
bundle.putString("gct", this.zza);
|
|
if (this.zzb) {
|
|
bundle.putString(DownloadCommon.DOWNLOAD_REPORT_DOWNLOAD_ERROR, "1");
|
|
}
|
|
}
|
|
}
|