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

49 lines
1.5 KiB
Java

package com.google.android.gms.common.internal;
import android.app.PendingIntent;
import android.os.Bundle;
import androidx.annotation.BinderThread;
import androidx.annotation.Nullable;
import com.google.android.gms.common.ConnectionResult;
/* loaded from: classes2.dex */
abstract class zza extends zzc {
public final int zza;
@Nullable
public final Bundle zzb;
final /* synthetic */ BaseGmsClient zzc;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@BinderThread
public zza(BaseGmsClient baseGmsClient, @Nullable int i, Bundle bundle) {
super(baseGmsClient, Boolean.TRUE);
this.zzc = baseGmsClient;
this.zza = i;
this.zzb = bundle;
}
@Override // com.google.android.gms.common.internal.zzc
public final /* bridge */ /* synthetic */ void zza(Object obj) {
if (this.zza != 0) {
this.zzc.zzp(1, null);
Bundle bundle = this.zzb;
zzb(new ConnectionResult(this.zza, bundle != null ? (PendingIntent) bundle.getParcelable(BaseGmsClient.KEY_PENDING_INTENT) : null));
} else {
if (zzd()) {
return;
}
this.zzc.zzp(1, null);
zzb(new ConnectionResult(8, null));
}
}
public abstract void zzb(ConnectionResult connectionResult);
@Override // com.google.android.gms.common.internal.zzc
public final void zzc() {
}
public abstract boolean zzd();
}