package com.google.android.gms.auth; import android.os.IBinder; import android.os.RemoteException; import java.io.IOException; import java.util.List; /* JADX INFO: Access modifiers changed from: package-private */ /* loaded from: classes.dex */ public final class zzg implements zzj> { private final String zzr; private final int zzs; /* JADX INFO: Access modifiers changed from: package-private */ public zzg(String str, int i) { this.zzr = str; this.zzs = i; } @Override // com.google.android.gms.auth.zzj public final /* synthetic */ List zzb(IBinder iBinder) throws RemoteException, IOException, GoogleAuthException { Object zza; zza = zzd.zza(com.google.android.gms.internal.auth.zzf.zza(iBinder).zza(new AccountChangeEventsRequest().setAccountName(this.zzr).setEventIndex(this.zzs))); return ((AccountChangeEventsResponse) zza).getEvents(); } }