Initial version -- added millennium read funcionality
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user