package com.cvte.tv.api.functions;

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

/* JADX INFO: loaded from: classes.dex */
@ResetAction(reset = {"eventSystemNoActionAutoPowerOffReset"})
public interface ITVApiSystemNoActionAutoPowerOff {
    int eventSystemNoActionAutoPowerOffGetSettings();

    boolean eventSystemNoActionAutoPowerOffReset(EnumResetLevel enumResetLevel);

    boolean eventSystemNoActionAutoPowerOffSetSettings(int i2);

    boolean eventSystemPmsGetAutoWakeupSta();

    boolean eventSystemPmsSetAutoWakeupEnable(boolean z);

    @NotifyAction("notifySystemNoActionAutoPowerOffSettingsChange")
    void notifySystemNoActionAutoPowerOffSettingsChange();

    @NotifyAction("notifySystemNoActionAutoPowerOffTimeRemaining")
    void notifySystemNoActionAutoPowerOffTimeRemaining(@NotifyParams("RemainingSeconds") int i2);
}
