what-the-bank/sources/com/google/android/gms/internal/location/zzac.java

27 lines
1.0 KiB
Java

package com.google.android.gms.internal.location;
import android.app.PendingIntent;
import android.os.RemoteException;
import com.google.android.gms.common.api.Api;
import com.google.android.gms.common.api.GoogleApiClient;
import com.google.android.gms.location.GeofencingRequest;
/* loaded from: classes2.dex */
final class zzac extends zzae {
final GeofencingRequest zza;
final PendingIntent zzb;
/* JADX INFO: Access modifiers changed from: package-private */
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public zzac(zzaf zzafVar, GoogleApiClient googleApiClient, GeofencingRequest geofencingRequest, PendingIntent pendingIntent) {
super(googleApiClient);
this.zza = geofencingRequest;
this.zzb = pendingIntent;
}
@Override // com.google.android.gms.common.api.internal.BaseImplementation.ApiMethodImpl
public final /* synthetic */ void doExecute(Api.AnyClient anyClient) throws RemoteException {
((zzbe) anyClient).zzq(this.zza, this.zzb, this);
}
}