28 lines
850 B
Java
28 lines
850 B
Java
package com.google.android.gms.measurement.internal;
|
|
|
|
import java.util.concurrent.atomic.AtomicReference;
|
|
|
|
/* loaded from: classes.dex */
|
|
final class zzdm implements Runnable {
|
|
private final /* synthetic */ AtomicReference a;
|
|
private final /* synthetic */ String b;
|
|
private final /* synthetic */ String c;
|
|
private final /* synthetic */ String d;
|
|
private final /* synthetic */ boolean e;
|
|
private final /* synthetic */ zzda f;
|
|
|
|
zzdm(zzda zzdaVar, AtomicReference atomicReference, String str, String str2, String str3, boolean z) {
|
|
this.f = zzdaVar;
|
|
this.a = atomicReference;
|
|
this.b = str;
|
|
this.c = str2;
|
|
this.d = str3;
|
|
this.e = z;
|
|
}
|
|
|
|
@Override // java.lang.Runnable
|
|
public final void run() {
|
|
this.f.a.m().a(this.a, this.b, this.c, this.d, this.e);
|
|
}
|
|
}
|