package com.cvte.tv.api.functions;

import com.cvte.tv.api.ResetAction;
import com.cvte.tv.api.aidl.EnumResetLevel;

/* JADX INFO: loaded from: classes.dex */
@ResetAction(reset = {"eventVChipNoRatingLockReset"})
public interface ITVApiVChipNoRatingLock {
    boolean eventVChipIsNoRatingLockEnabled();

    boolean eventVChipNoRatingLockReset(EnumResetLevel enumResetLevel);

    boolean eventVChipSetNoRatingLockEnable(boolean z);
}
