- 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
36 lines
1017 B
Java
36 lines
1017 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.text.TextUtils;
|
|
import androidx.annotation.Nullable;
|
|
import csdk.gluads.Consts;
|
|
|
|
/* loaded from: classes3.dex */
|
|
final class zzegp {
|
|
final String zza;
|
|
final String zzb;
|
|
int zzc;
|
|
long zzd;
|
|
|
|
@Nullable
|
|
final Integer zze;
|
|
|
|
public zzegp(String str, String str2, int i, long j, @Nullable Integer num) {
|
|
this.zza = str;
|
|
this.zzb = str2;
|
|
this.zzc = i;
|
|
this.zzd = j;
|
|
this.zze = num;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.zza + Consts.STRING_PERIOD + this.zzc + Consts.STRING_PERIOD + this.zzd;
|
|
if (!TextUtils.isEmpty(this.zzb)) {
|
|
str = str + Consts.STRING_PERIOD + this.zzb;
|
|
}
|
|
if (!((Boolean) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzbK)).booleanValue() || this.zze == null || TextUtils.isEmpty(this.zzb)) {
|
|
return str;
|
|
}
|
|
return str + Consts.STRING_PERIOD + this.zze;
|
|
}
|
|
}
|