27 lines
838 B
Java
27 lines
838 B
Java
|
package com.google.android.gms.internal.location;
|
||
|
|
||
|
import android.location.Location;
|
||
|
import com.google.android.gms.common.api.Status;
|
||
|
import java.util.concurrent.CountDownLatch;
|
||
|
import java.util.concurrent.atomic.AtomicReference;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
final class zzq extends zzan {
|
||
|
final AtomicReference zza;
|
||
|
final CountDownLatch zzb;
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public zzq(zzz zzzVar, AtomicReference atomicReference, CountDownLatch countDownLatch) {
|
||
|
this.zza = atomicReference;
|
||
|
this.zzb = countDownLatch;
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.gms.internal.location.zzao
|
||
|
public final void zzb(Status status, Location location) {
|
||
|
if (status.isSuccess()) {
|
||
|
this.zza.set(location);
|
||
|
}
|
||
|
this.zzb.countDown();
|
||
|
}
|
||
|
}
|