- 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
33 lines
851 B
Java
33 lines
851 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.content.Context;
|
|
import com.google.android.gms.ads.internal.util.client.VersionInfoParcel;
|
|
import java.lang.ref.WeakReference;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzcgy {
|
|
private VersionInfoParcel zza;
|
|
private Context zzb;
|
|
private long zzc;
|
|
private WeakReference zzd;
|
|
|
|
public final zzcgy zzd(long j) {
|
|
this.zzc = j;
|
|
return this;
|
|
}
|
|
|
|
public final zzcgy zze(Context context) {
|
|
this.zzd = new WeakReference(context);
|
|
if (context.getApplicationContext() != null) {
|
|
context = context.getApplicationContext();
|
|
}
|
|
this.zzb = context;
|
|
return this;
|
|
}
|
|
|
|
public final zzcgy zzf(VersionInfoParcel versionInfoParcel) {
|
|
this.zza = versionInfoParcel;
|
|
return this;
|
|
}
|
|
}
|