what-the-bank/sources/com/google/android/gms/measurement/internal/zzir.java

50 lines
1.7 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.android.gms.measurement.internal;
import android.os.RemoteException;
import com.google.android.gms.common.internal.Preconditions;
import java.util.concurrent.atomic.AtomicReference;
/* JADX INFO: Access modifiers changed from: package-private */
/* loaded from: classes.dex */
public final class zzir implements Runnable {
final AtomicReference zza;
final zzp zzb;
final boolean zzc;
final zzjo zzd;
@Override // java.lang.Runnable
public final void run() {
AtomicReference atomicReference;
zzeb zzebVar;
synchronized (this.zza) {
try {
try {
zzebVar = this.zzd.zzb;
} catch (RemoteException e) {
this.zzd.zzs.zzay().zzd().zzb("Failed to get all user properties; remote exception", e);
atomicReference = this.zza;
}
if (zzebVar == null) {
this.zzd.zzs.zzay().zzd().zza("Failed to get all user properties; not connected to service");
return;
}
Preconditions.checkNotNull(this.zzb);
this.zza.set(zzebVar.zze(this.zzb, this.zzc));
this.zzd.zzQ();
atomicReference = this.zza;
atomicReference.notify();
} finally {
this.zza.notify();
}
}
}
/* JADX INFO: Access modifiers changed from: package-private */
public zzir(zzjo zzjoVar, AtomicReference atomicReference, zzp zzpVar, boolean z) {
this.zzd = zzjoVar;
this.zza = atomicReference;
this.zzb = zzpVar;
this.zzc = z;
}
}