- 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
28 lines
745 B
Java
28 lines
745 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.os.Bundle;
|
|
import androidx.annotation.VisibleForTesting;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzemo implements zzetq {
|
|
private final Bundle zza;
|
|
|
|
@VisibleForTesting
|
|
public zzemo(Bundle bundle) {
|
|
this.zza = bundle;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzetq
|
|
public final /* synthetic */ void zza(Object obj) {
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzetq
|
|
public final /* bridge */ /* synthetic */ void zzb(Object obj) {
|
|
zzcuv zzcuvVar = (zzcuv) obj;
|
|
if (this.zza.isEmpty()) {
|
|
return;
|
|
}
|
|
zzcuvVar.zza.putBundle("installed_adapter_data", this.zza);
|
|
}
|
|
}
|