Initial version -- added millennium read funcionality

This commit is contained in:
Pablo
2026-03-09 22:05:28 +01:00
commit 77c2ded482
2770 changed files with 141927 additions and 0 deletions
@@ -0,0 +1,44 @@
package com.google.android.gms.common.internal;
import android.app.PendingIntent;
import android.os.Bundle;
import com.google.android.gms.common.ConnectionResult;
/* JADX INFO: compiled from: com.google.android.gms:play-services-basement@@18.3.0 */
/* JADX INFO: loaded from: classes2.dex */
abstract class zza extends zzc {
public final int zza;
public final Bundle zzb;
final /* synthetic */ BaseGmsClient zzc;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
protected zza(BaseGmsClient baseGmsClient, int i, Bundle bundle) {
super(baseGmsClient, true);
this.zzc = baseGmsClient;
this.zza = i;
this.zzb = bundle;
}
@Override // com.google.android.gms.common.internal.zzc
protected 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));
}
}
protected abstract void zzb(ConnectionResult connectionResult);
@Override // com.google.android.gms.common.internal.zzc
protected final void zzc() {
}
protected abstract boolean zzd();
}