package com.google.crypto.tink.shaded.protobuf;

import java.util.Collections;
import java.util.Map;

/* JADX INFO: renamed from: com.google.crypto.tink.shaded.protobuf.n, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0748n {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static volatile C0748n f10522a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final C0748n f10523b;

    static {
        C0748n c0748n = new C0748n();
        Map map = Collections.EMPTY_MAP;
        f10523b = c0748n;
    }

    public static C0748n a() {
        C0748n c0748n;
        C0748n c0748n2 = f10522a;
        if (c0748n2 != null) {
            return c0748n2;
        }
        synchronized (C0748n.class) {
            try {
                c0748n = f10522a;
                if (c0748n == null) {
                    Class cls = AbstractC0747m.f10520a;
                    C0748n c0748n3 = null;
                    if (cls != null) {
                        try {
                            c0748n3 = (C0748n) cls.getDeclaredMethod("getEmptyRegistry", null).invoke(null, null);
                        } catch (Exception unused) {
                        }
                    }
                    c0748n = c0748n3 != null ? c0748n3 : f10523b;
                    f10522a = c0748n;
                }
            } catch (Throwable th) {
                throw th;
            }
        }
        return c0748n;
    }
}
