- 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
69 lines
2.4 KiB
Java
69 lines
2.4 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
import com.google.android.gms.common.internal.safeparcel.AbstractSafeParcelable;
|
|
import com.google.android.gms.common.internal.safeparcel.SafeParcelWriter;
|
|
import com.google.android.gms.common.internal.safeparcel.SafeParcelable;
|
|
|
|
@SafeParcelable.Class(creator = "GassResponseParcelCreator")
|
|
/* loaded from: classes3.dex */
|
|
public final class zzfos extends AbstractSafeParcelable {
|
|
public static final Parcelable.Creator<zzfos> CREATOR = new zzfot();
|
|
|
|
@SafeParcelable.VersionField(id = 1)
|
|
public final int zza;
|
|
|
|
@SafeParcelable.Field(getter = "getAfmaSignalsAsBytes", id = 2, type = "byte[]")
|
|
private zzasy zzb = null;
|
|
private byte[] zzc;
|
|
|
|
@SafeParcelable.Constructor
|
|
public zzfos(@SafeParcelable.Param(id = 1) int i, @SafeParcelable.Param(id = 2) byte[] bArr) {
|
|
this.zza = i;
|
|
this.zzc = bArr;
|
|
zzb();
|
|
}
|
|
|
|
private final void zzb() {
|
|
zzasy zzasyVar = this.zzb;
|
|
if (zzasyVar != null || this.zzc == null) {
|
|
if (zzasyVar == null || this.zzc != null) {
|
|
if (zzasyVar != null && this.zzc != null) {
|
|
throw new IllegalStateException("Invalid internal representation - full");
|
|
}
|
|
if (zzasyVar != null || this.zzc != null) {
|
|
throw new IllegalStateException("Impossible");
|
|
}
|
|
throw new IllegalStateException("Invalid internal representation - empty");
|
|
}
|
|
}
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
int i2 = this.zza;
|
|
int beginObjectHeader = SafeParcelWriter.beginObjectHeader(parcel);
|
|
SafeParcelWriter.writeInt(parcel, 1, i2);
|
|
byte[] bArr = this.zzc;
|
|
if (bArr == null) {
|
|
bArr = this.zzb.zzaV();
|
|
}
|
|
SafeParcelWriter.writeByteArray(parcel, 2, bArr, false);
|
|
SafeParcelWriter.finishObjectHeader(parcel, beginObjectHeader);
|
|
}
|
|
|
|
public final zzasy zza() {
|
|
if (this.zzb == null) {
|
|
try {
|
|
this.zzb = zzasy.zzd(this.zzc, zzgxb.zza());
|
|
this.zzc = null;
|
|
} catch (zzgyg | NullPointerException e) {
|
|
throw new IllegalStateException(e);
|
|
}
|
|
}
|
|
zzb();
|
|
return this.zzb;
|
|
}
|
|
}
|