28 lines
720 B
Java
28 lines
720 B
Java
package Q0;
|
|
|
|
import java.lang.ref.WeakReference;
|
|
import java.util.Map;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class g {
|
|
|
|
/* renamed from: a, reason: collision with root package name */
|
|
public final int f1364a;
|
|
|
|
/* renamed from: b, reason: collision with root package name */
|
|
public final WeakReference f1365b;
|
|
|
|
/* renamed from: c, reason: collision with root package name */
|
|
public final Map f1366c;
|
|
|
|
/* renamed from: d, reason: collision with root package name */
|
|
public final int f1367d;
|
|
|
|
public g(int i, WeakReference weakReference, Map map, int i4) {
|
|
this.f1364a = i;
|
|
this.f1365b = weakReference;
|
|
this.f1366c = map;
|
|
this.f1367d = i4;
|
|
}
|
|
}
|