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

import android.os.Build;
import java.util.HashMap;
import java.util.concurrent.Callable;

/* JADX INFO: loaded from: classes2.dex */
public final /* synthetic */ class f81 implements Callable {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final /* synthetic */ f81 f11106a = new f81();

    @Override // java.util.concurrent.Callable
    public final Object call() {
        HashMap map = new HashMap();
        tn tnVar = ao.f8927k0;
        n7.y yVar = n7.y.f31093e;
        String str = (String) yVar.f31096c.b(tnVar);
        if (str != null && !str.isEmpty()) {
            if (Build.VERSION.SDK_INT >= ((Integer) yVar.f31096c.b(ao.f8943l0)).intValue()) {
                for (String str2 : str.split(",", -1)) {
                    map.put(str2, p7.j0.a(str2));
                }
            }
        }
        return new m51(1, map);
    }
}
