- 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
67 lines
1.9 KiB
Java
67 lines
1.9 KiB
Java
package com.google.android.gms.games;
|
|
|
|
import android.annotation.SuppressLint;
|
|
import android.os.Parcel;
|
|
import androidx.annotation.Nullable;
|
|
import com.google.android.gms.common.data.DataHolder;
|
|
|
|
@SuppressLint({"ParcelCreator"})
|
|
/* loaded from: classes2.dex */
|
|
public final class zzw extends zzo implements PlayerRelationshipInfo {
|
|
private final com.google.android.gms.games.internal.player.zzd zza;
|
|
|
|
public zzw(DataHolder dataHolder, int i, com.google.android.gms.games.internal.player.zzd zzdVar) {
|
|
super(dataHolder, i);
|
|
this.zza = zzdVar;
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
@Override // com.google.android.gms.common.data.DataBufferRef
|
|
public final boolean equals(@Nullable Object obj) {
|
|
return zzu.zzf(this, obj);
|
|
}
|
|
|
|
@Override // com.google.android.gms.common.data.Freezable
|
|
public final /* synthetic */ PlayerRelationshipInfo freeze() {
|
|
return new zzu(this);
|
|
}
|
|
|
|
@Override // com.google.android.gms.games.PlayerRelationshipInfo
|
|
public final int getFriendStatus() {
|
|
return zzq(this.zza.zzH, -1);
|
|
}
|
|
|
|
@Override // com.google.android.gms.common.data.DataBufferRef
|
|
public final int hashCode() {
|
|
return zzu.zzd(this);
|
|
}
|
|
|
|
public final String toString() {
|
|
return zzu.zze(this);
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
zzv.zza(new zzu(this), parcel, i);
|
|
}
|
|
|
|
@Override // com.google.android.gms.games.PlayerRelationshipInfo
|
|
public final String zza() {
|
|
return zzj(this.zza.zzJ, null);
|
|
}
|
|
|
|
@Override // com.google.android.gms.games.PlayerRelationshipInfo
|
|
public final String zzb() {
|
|
return zzj(this.zza.zzI, null);
|
|
}
|
|
|
|
@Override // com.google.android.gms.games.PlayerRelationshipInfo
|
|
public final String zzc() {
|
|
return zzj(this.zza.zzK, null);
|
|
}
|
|
}
|