Files
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

67 lines
1.3 KiB
Java

package com.google.android.gms.internal.ads;
import androidx.annotation.Nullable;
/* loaded from: classes3.dex */
public final class zzi {
private int zza;
private int zzb;
private int zzc;
@Nullable
private byte[] zzd;
private int zze;
private int zzf;
public zzi() {
this.zza = -1;
this.zzb = -1;
this.zzc = -1;
this.zze = -1;
this.zzf = -1;
}
public /* synthetic */ zzi(zzk zzkVar, zzj zzjVar) {
this.zza = zzkVar.zzb;
this.zzb = zzkVar.zzc;
this.zzc = zzkVar.zzd;
this.zzd = zzkVar.zze;
this.zze = zzkVar.zzf;
this.zzf = zzkVar.zzg;
}
public final zzi zza(int i) {
this.zzf = i;
return this;
}
public final zzi zzb(int i) {
this.zzb = i;
return this;
}
public final zzi zzc(int i) {
this.zza = i;
return this;
}
public final zzi zzd(int i) {
this.zzc = i;
return this;
}
public final zzi zze(@Nullable byte[] bArr) {
this.zzd = bArr;
return this;
}
public final zzi zzf(int i) {
this.zze = i;
return this;
}
public final zzk zzg() {
return new zzk(this.zza, this.zzb, this.zzc, this.zzd, this.zze, this.zzf, null);
}
}