package androidx.core.app;

import android.app.NotificationManager;
import android.content.Context;
import java.util.HashSet;

/* JADX INFO: loaded from: classes.dex */
public final class L {

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public static String f11211d;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public static K f11214g;

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final NotificationManager f11216b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final Object f11210c = new Object();

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public static HashSet f11212e = new HashSet();

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public static final Object f11213f = new Object();

    public L(Context context) {
        this.f11215a = context;
        this.f11216b = (NotificationManager) context.getSystemService("notification");
    }
}
