package com.cvte.tv.api.functions;

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

/* JADX INFO: loaded from: classes.dex */
@ResetAction(reset = {"eventSystemResetFactoryData"})
public interface ITVApiSystemFactoryData {
    String eventSystemGetAppData(int i);

    String eventSystemGetAppDataByString(String str);

    String eventSystemGetFactoryData(EnumFactoryDataType enumFactoryDataType);

    String eventSystemGetModelName();

    String eventSystemGetPn();

    String eventSystemGetSn();

    boolean eventSystemResetFactoryCusData(EnumResetLevel enumResetLevel, int i);

    boolean eventSystemResetFactoryData(EnumResetLevel enumResetLevel);

    boolean eventSystemSetAppData(String str);

    boolean eventSystemSetAppDataByIndex(int i, String str);

    boolean eventSystemSetAppDataByString(String str, String str2);

    boolean eventSystemSetFactoryData(EnumFactoryDataType enumFactoryDataType, String str);

    boolean eventSystemSetModelName(String str);

    boolean eventSystemSetPn(String str);

    boolean eventSystemSetSn(String str);
}
