Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,93 @@
package com.google.android.gms.internal.ads;
import com.applovin.exoplayer2.common.base.Ascii;
/* loaded from: classes3.dex */
final class zzfnm extends zzfnj {
private String zza;
private boolean zzb;
private boolean zzc;
private long zzd;
private long zze;
private byte zzf;
@Override // com.google.android.gms.internal.ads.zzfnj
public final zzfnj zza(String str) {
if (str == null) {
throw new NullPointerException("Null clientVersion");
}
this.zza = str;
return this;
}
@Override // com.google.android.gms.internal.ads.zzfnj
public final zzfnj zzb(boolean z) {
this.zzf = (byte) (this.zzf | Ascii.DLE);
return this;
}
@Override // com.google.android.gms.internal.ads.zzfnj
public final zzfnj zzc(boolean z) {
this.zzf = (byte) (this.zzf | 4);
return this;
}
@Override // com.google.android.gms.internal.ads.zzfnj
public final zzfnj zzd(boolean z) {
this.zzc = true;
this.zzf = (byte) (this.zzf | 2);
return this;
}
@Override // com.google.android.gms.internal.ads.zzfnj
public final zzfnj zze(long j) {
this.zze = 300L;
this.zzf = (byte) (this.zzf | 32);
return this;
}
@Override // com.google.android.gms.internal.ads.zzfnj
public final zzfnj zzf(long j) {
this.zzd = 100L;
this.zzf = (byte) (this.zzf | 8);
return this;
}
@Override // com.google.android.gms.internal.ads.zzfnj
public final zzfnj zzg(boolean z) {
this.zzb = z;
this.zzf = (byte) (this.zzf | 1);
return this;
}
@Override // com.google.android.gms.internal.ads.zzfnj
public final zzfnk zzh() {
String str;
if (this.zzf == 63 && (str = this.zza) != null) {
return new zzfno(str, this.zzb, this.zzc, false, this.zzd, false, this.zze, null);
}
StringBuilder sb = new StringBuilder();
if (this.zza == null) {
sb.append(" clientVersion");
}
if ((this.zzf & 1) == 0) {
sb.append(" shouldGetAdvertisingId");
}
if ((this.zzf & 2) == 0) {
sb.append(" isGooglePlayServicesAvailable");
}
if ((this.zzf & 4) == 0) {
sb.append(" enableQuerySignalsTimeout");
}
if ((this.zzf & 8) == 0) {
sb.append(" querySignalsTimeoutMs");
}
if ((this.zzf & Ascii.DLE) == 0) {
sb.append(" enableQuerySignalsCache");
}
if ((this.zzf & 32) == 0) {
sb.append(" querySignalsCacheTtlSeconds");
}
throw new IllegalStateException("Missing required properties:".concat(sb.toString()));
}
}