Files
rr3-apk/decompiled-community/sources/com/google/android/gms/measurement/internal/zzga.java
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

39 lines
980 B
Java

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;
}
}