package com.ifpdos.debugmenu.action;

import android.content.Context;
import android.util.Log;
import c.n.a;
import com.cvte.vman.VmanMiddleWare;
import com.ifpdos.debugmenu.action.base.ItemInfoAction;
import d.f.a.v0;
import java.util.Arrays;

/* JADX INFO: loaded from: classes.dex */
public class ShowMacSocAction extends ItemInfoAction implements v0 {
    private static final String TAG = "ShowMacSocAction";

    public ShowMacSocAction(Context context) {
        super(context);
    }

    @Override // com.ifpdos.debugmenu.action.base.ItemInfoAction
    public String getValue(Context context) {
        byte[] macByFuncType = VmanMiddleWare.getInstance().getAtCfgControl().getMacByFuncType(2);
        String string = Arrays.toString(macByFuncType);
        String strJ = a.j(macByFuncType);
        String strW = a.w(strJ);
        Log.d(TAG, "getValue: getMacFromVmanApi[CfgControl.getMacByFuncType(AtCfgControlManager.NIC_MAC_TYPE_SOC)], macArrayFromVman = " + string + ", macAddress = " + strJ + ", macAddressWithColor = " + strW);
        return strW;
    }

    @Override // d.f.a.v0
    public void setStandData(String str) {
        this.standard_data = str;
    }
}
