package com.seewo.sdk.event;

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

    public static class ButtonLockChanged {
        public boolean isLockEnabled;

        private ButtonLockChanged() {
        }

        public ButtonLockChanged(boolean z) {
            this();
            this.isLockEnabled = z;
        }
    }

    public static class ChildLockStateChanged {
        public boolean isLockEnabled;

        private ChildLockStateChanged() {
        }

        public ChildLockStateChanged(boolean z) {
            this();
            this.isLockEnabled = z;
        }
    }

    public static class IrLockChanged {
        public boolean isLockEnabled;

        private IrLockChanged() {
        }

        public IrLockChanged(boolean z) {
            this();
            this.isLockEnabled = z;
        }
    }

    public static class KeyPadLockStateChanged {
        public boolean isLockEnabled;

        private KeyPadLockStateChanged() {
        }

        public KeyPadLockStateChanged(boolean z) {
            this();
            this.isLockEnabled = z;
        }
    }

    public static class MenuLockChanged {
        public boolean isLockEnabled;

        private MenuLockChanged() {
        }

        public MenuLockChanged(boolean z) {
            this();
            this.isLockEnabled = z;
        }
    }

    public static class PowerLockChanged {
        public boolean isLockEnabled;

        private PowerLockChanged() {
        }

        public PowerLockChanged(boolean z) {
            this();
            this.isLockEnabled = z;
        }
    }

    private LockEvent() {
    }
}
