package d.f.a.r2;

import android.app.KeyguardManager;
import android.content.ContentResolver;
import com.ifpdos.debugmenu.DebugMenuApplication;

/* JADX INFO: compiled from: ScreenLockUtil.kt */
/* JADX INFO: loaded from: classes.dex */
@g.i
public final class z2 {
    public static final z2 a = null;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final g.g f3378b = f.a.y.a.v0(b.f3381b);

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final g.g f3379c = f.a.y.a.v0(a.f3380b);

    /* JADX INFO: compiled from: ScreenLockUtil.kt */
    @g.i
    public static final class a extends g.h0.c.m implements g.h0.b.a<ContentResolver> {

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

        public a() {
            super(0);
        }

        @Override // g.h0.b.a
        public ContentResolver invoke() {
            return DebugMenuApplication.f1956b.getContentResolver();
        }
    }

    /* JADX INFO: compiled from: ScreenLockUtil.kt */
    @g.i
    public static final class b extends g.h0.c.m implements g.h0.b.a<KeyguardManager> {

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

        public b() {
            super(0);
        }

        @Override // g.h0.b.a
        public KeyguardManager invoke() {
            Object systemService = DebugMenuApplication.f1956b.getSystemService("keyguard");
            g.h0.c.l.d(systemService, "null cannot be cast to non-null type android.app.KeyguardManager");
            return (KeyguardManager) systemService;
        }
    }
}
