package com.cvte.tv.api.functions;

import com.cvte.tv.api.NotifyAction;
import com.cvte.tv.api.ResetAction;
import com.cvte.tv.api.aidl.EnumCountry;
import com.cvte.tv.api.aidl.EnumResetLevel;
import java.util.List;

/* JADX INFO: loaded from: classes.dex */
@ResetAction(reset = {"eventSystemCountryReset"})
public interface ITVApiSystemCountry {
    EnumCountry eventSystemCountryGetCountry();

    List<EnumCountry> eventSystemCountryGetOptions();

    boolean eventSystemCountryReset(EnumResetLevel enumResetLevel);

    boolean eventSystemCountrySetCountry(EnumCountry enumCountry);

    @NotifyAction("notifySystemCountryChange")
    void notifySystemCountryChange();
}
