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,38 @@
package com.google.android.gms.common.internal;
import android.os.Bundle;
import android.os.IBinder;
import android.util.Log;
/* JADX INFO: compiled from: com.google.android.gms:play-services-basement@@18.3.0 */
/* JADX INFO: loaded from: classes2.dex */
public final class zzd extends zzac {
private BaseGmsClient zza;
private final int zzb;
public zzd(BaseGmsClient baseGmsClient, int i) {
this.zza = baseGmsClient;
this.zzb = i;
}
@Override // com.google.android.gms.common.internal.IGmsCallbacks
public final void onPostInitComplete(int i, IBinder iBinder, Bundle bundle) {
Preconditions.checkNotNull(this.zza, "onPostInitComplete can be called only once per call to getRemoteService");
this.zza.onPostInitHandler(i, iBinder, bundle, this.zzb);
this.zza = null;
}
@Override // com.google.android.gms.common.internal.IGmsCallbacks
public final void zzb(int i, Bundle bundle) {
Log.wtf("GmsClient", "received deprecated onAccountValidationComplete callback, ignoring", new Exception());
}
@Override // com.google.android.gms.common.internal.IGmsCallbacks
public final void zzc(int i, IBinder iBinder, zzk zzkVar) {
BaseGmsClient baseGmsClient = this.zza;
Preconditions.checkNotNull(baseGmsClient, "onPostInitCompleteWithConnectionInfo can be called only once per call togetRemoteService");
Preconditions.checkNotNull(zzkVar);
BaseGmsClient.zzj(baseGmsClient, zzkVar);
onPostInitComplete(i, iBinder, zzkVar.zza);
}
}