package d.h.b;

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

/* JADX INFO: loaded from: classes.dex */
public final class o {
    public final Context a;

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

    static {
        new HashSet();
    }

    public o(Context context) {
        this.a = context;
        this.f2619b = (NotificationManager) context.getSystemService("notification");
    }
}
