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,31 @@
package com.google.android.gms.common.api.internal;
import com.google.android.gms.common.api.Api;
import java.util.ArrayList;
/* JADX INFO: compiled from: com.google.android.gms:play-services-base@@18.4.0 */
/* JADX INFO: loaded from: classes2.dex */
final class zaap extends zaav {
final /* synthetic */ zaaw zaa;
private final ArrayList zac;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public zaap(zaaw zaawVar, ArrayList arrayList) {
super(zaawVar, null);
this.zaa = zaawVar;
this.zac = arrayList;
}
@Override // com.google.android.gms.common.api.internal.zaav
public final void zaa() {
zaaw zaawVar = this.zaa;
zaawVar.zaa.zag.zad = zaaw.zao(zaawVar);
ArrayList arrayList = this.zac;
int size = arrayList.size();
for (int i = 0; i < size; i++) {
Api.Client client = (Api.Client) arrayList.get(i);
zaaw zaawVar2 = this.zaa;
client.getRemoteService(zaawVar2.zao, zaawVar2.zaa.zag.zad);
}
}
}