package com.google.android.gms.internal.ads;

import android.content.Context;
import androidx.annotation.Nullable;
import java.io.IOException;

/* JADX INFO: loaded from: classes2.dex */
public final class tj1 {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static tj1 f16921b;

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final pj1 f16922a;

    public tj1(Context context) {
        if (pj1.f15444c == null) {
            pj1.f15444c = new pj1(context);
        }
        this.f16922a = pj1.f15444c;
        oj1.a(context);
    }

    public static final tj1 a(Context context) {
        tj1 tj1Var;
        synchronized (tj1.class) {
            try {
                if (f16921b == null) {
                    f16921b = new tj1(context);
                }
                tj1Var = f16921b;
            } catch (Throwable th) {
                throw th;
            }
        }
        return tj1Var;
    }

    public final void zzb(@Nullable nj1 nj1Var) throws IOException {
        synchronized (tj1.class) {
            pj1 pj1Var = this.f16922a;
            pj1Var.b("vendor_scoped_gpid_v2_id");
            pj1Var.b("vendor_scoped_gpid_v2_creation_time");
        }
    }
}
