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,38 @@
package com.google.android.gms.measurement.internal;
import android.os.Bundle;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
/* loaded from: classes3.dex */
public final class zzga {
@NonNull
public String zza;
@NonNull
public Bundle zzb;
@NonNull
private String zzc;
private long zzd;
public final zzbf zza() {
return new zzbf(this.zza, new zzba(new Bundle(this.zzb)), this.zzc, this.zzd);
}
public static zzga zza(zzbf zzbfVar) {
return new zzga(zzbfVar.zza, zzbfVar.zzc, zzbfVar.zzb.zzb(), zzbfVar.zzd);
}
public final String toString() {
return "origin=" + this.zzc + ",name=" + this.zza + ",params=" + String.valueOf(this.zzb);
}
private zzga(@NonNull String str, @NonNull String str2, @Nullable Bundle bundle, long j) {
this.zza = str;
this.zzc = str2;
this.zzb = bundle == null ? new Bundle() : bundle;
this.zzd = j;
}
}