24 lines
877 B
Java
24 lines
877 B
Java
package com.google.android.gms.internal.location;
|
|
|
|
import android.location.Location;
|
|
import android.os.RemoteException;
|
|
import com.google.android.gms.common.api.Api;
|
|
import com.google.android.gms.common.api.GoogleApiClient;
|
|
|
|
/* loaded from: classes2.dex */
|
|
final class zzo extends zzw {
|
|
final Location zza;
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
public zzo(zzz zzzVar, GoogleApiClient googleApiClient, Location location) {
|
|
super(googleApiClient);
|
|
this.zza = location;
|
|
}
|
|
|
|
@Override // com.google.android.gms.common.api.internal.BaseImplementation.ApiMethodImpl
|
|
public final /* synthetic */ void doExecute(Api.AnyClient anyClient) throws RemoteException {
|
|
((zzbe) anyClient).zzE(this.zza, new zzy(this));
|
|
}
|
|
}
|