26 lines
766 B
Java
26 lines
766 B
Java
package com.google.android.gms.measurement.internal;
|
|
|
|
import java.util.concurrent.atomic.AtomicReference;
|
|
|
|
/* loaded from: classes.dex */
|
|
final class zzdk 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 */ zzda e;
|
|
|
|
zzdk(zzda zzdaVar, AtomicReference atomicReference, String str, String str2, String str3) {
|
|
this.e = zzdaVar;
|
|
this.a = atomicReference;
|
|
this.b = str;
|
|
this.c = str2;
|
|
this.d = str3;
|
|
}
|
|
|
|
@Override // java.lang.Runnable
|
|
public final void run() {
|
|
this.e.a.m().a(this.a, this.b, this.c, this.d);
|
|
}
|
|
}
|