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

47 lines
1.2 KiB
Java

package com.google.android.gms.internal.ads;
import java.util.Collections;
import java.util.HashSet;
import java.util.Set;
/* loaded from: classes3.dex */
final class zzalr {
public final String zza;
public final int zzb;
public final String zzc;
public final Set zzd;
private zzalr(String str, int i, String str2, Set set) {
this.zzb = i;
this.zza = str;
this.zzc = str2;
this.zzd = set;
}
public static zzalr zza(String str, int i) {
String str2;
String trim = str.trim();
zzcw.zzd(!trim.isEmpty());
int indexOf = trim.indexOf(" ");
if (indexOf == -1) {
str2 = "";
} else {
String trim2 = trim.substring(indexOf).trim();
trim = trim.substring(0, indexOf);
str2 = trim2;
}
int i2 = zzei.zza;
String[] split = trim.split("\\.", -1);
String str3 = split[0];
HashSet hashSet = new HashSet();
for (int i3 = 1; i3 < split.length; i3++) {
hashSet.add(split[i3]);
}
return new zzalr(str3, i, str2, hashSet);
}
public static zzalr zzb() {
return new zzalr("", 0, "", Collections.emptySet());
}
}