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,61 @@
package com.google.android.gms.internal.ads;
import android.media.metrics.LogSessionId;
import androidx.annotation.Nullable;
import androidx.annotation.RequiresApi;
import java.util.Objects;
/* loaded from: classes3.dex */
public final class zzog {
public final String zza;
@Nullable
private final zzof zzb;
@Nullable
private final Object zzc;
static {
if (zzei.zza < 31) {
new zzog("");
} else {
int i = zzof.zzb;
}
}
@RequiresApi(31)
public zzog(LogSessionId logSessionId, String str) {
this.zzb = new zzof(logSessionId);
this.zza = str;
this.zzc = new Object();
}
public final boolean equals(@Nullable Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof zzog)) {
return false;
}
zzog zzogVar = (zzog) obj;
return Objects.equals(this.zza, zzogVar.zza) && Objects.equals(this.zzb, zzogVar.zzb) && Objects.equals(this.zzc, zzogVar.zzc);
}
public final int hashCode() {
return Objects.hash(this.zza, this.zzb, this.zzc);
}
public zzog(String str) {
zzcw.zzf(zzei.zza < 31);
this.zza = str;
this.zzb = null;
this.zzc = new Object();
}
@RequiresApi(31)
public final LogSessionId zza() {
zzof zzofVar = this.zzb;
zzofVar.getClass();
return zzofVar.zza;
}
}