package g.f.c.b.h.pc;

import com.cvte.vman.VmanMiddleWare;
import com.cvte.vman.impl.AtCfgControlManager;
import kotlin.Metadata;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.internal.Lambda;

/* JADX INFO: loaded from: classes.dex */
@Metadata(d1 = {"\u0000\n\n\u0000\n\u0002\u0010\u000b\n\u0002\b\u0002\u0010\u0000\u001a\u00020\u0001H\n¢\u0006\u0004\b\u0002\u0010\u0003"}, d2 = {"<anonymous>", "", "invoke", "()Ljava/lang/Boolean;"}, k = 3, mv = {1, 6, 0}, xi = 48)
public final class b0 extends Lambda implements Function0<Boolean> {

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final /* synthetic */ SystemServiceCore f4587f;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public b0(SystemServiceCore systemServiceCore) {
        super(0);
        this.f4587f = systemServiceCore;
    }

    @Override // kotlin.jvm.functions.Function0
    public Boolean invoke() {
        VmanMiddleWare.getInstance().getAtCfgControl().setInteger(AtCfgControlManager.IDX_RUNNING_TIME, this.f4587f.a() + 10);
        return Boolean.FALSE;
    }
}
