package com.seewo.ota.activity;

import android.content.BroadcastReceiver;
import android.content.ComponentName;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.ServiceConnection;
import android.os.Bundle;
import android.os.Handler;
import android.os.IBinder;
import android.os.Looper;
import android.os.RemoteException;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.CheckBox;
import android.widget.CompoundButton;
import android.widget.LinearLayout;
import android.widget.ProgressBar;
import android.widget.RelativeLayout;
import android.widget.TextView;
import androidx.fragment.app.Fragment;
import com.seewo.libmyousdk.model.DubboResponseInfo;
import com.seewo.libvui.h.b;
import com.seewo.ota.R;
import com.seewo.ota.t.n;
import d.e.b.a.a;
import d.e.b.a.b;
import d.e.h.a.b;
import i.a.a.a;
import java.text.DecimalFormat;
import java.util.Calendar;

/* JADX INFO: compiled from: UpdateInfoSettings.java */
/* JADX INFO: loaded from: classes.dex */
public class j2 extends Fragment {
    private RelativeLayout d0;
    private LinearLayout e0;
    private View f0;
    private TextView g0;
    private TextView h0;
    private TextView i0;
    private TextView j0;
    private TextView k0;
    private ProgressBar l0;
    private Button m0;
    private Button n0;
    private Button o0;
    private Button p0;
    private long r0;
    private String s0;
    private boolean t0;
    private d.e.b.a.b v0;
    private e w0;
    private com.seewo.libvui.h.b x0;
    private b.a q0 = b.a.NONE;
    private final DecimalFormat u0 = new DecimalFormat("0.0");
    private final Handler y0 = new Handler(Looper.getMainLooper());
    private final BroadcastReceiver z0 = new a();
    private final ServiceConnection A0 = new b();
    private final View.OnClickListener B0 = new c();
    private final n.b C0 = new n.b() { // from class: com.seewo.ota.activity.s0
        @Override // com.seewo.ota.t.n.b
        public final void a(Calendar calendar) {
            this.a.t2(calendar);
        }
    };

    /* JADX INFO: compiled from: UpdateInfoSettings.java */
    class a extends BroadcastReceiver {
        a() {
        }

        @Override // android.content.BroadcastReceiver
        public void onReceive(Context context, Intent intent) {
            if (com.seewo.vcommons.data.c.j(j2.this.i())) {
                return;
            }
            j2.this.i().onBackPressed();
        }
    }

    /* JADX INFO: compiled from: UpdateInfoSettings.java */
    class b implements ServiceConnection {
        b() {
        }

        @Override // android.content.ServiceConnection
        public void onServiceConnected(ComponentName componentName, IBinder iBinder) {
            Log.d("UpdateInfoFragment", "OTA onServiceConnected");
            j2.this.v0 = b.a.J(iBinder);
            if (j2.this.v0 != null) {
                try {
                    j2.this.v0.G(j2.this.w0, 1);
                    j2.this.q0 = b.a.values()[j2.this.v0.H(1)];
                } catch (Exception e2) {
                    Log.e("UpdateInfoFragment", e2.getMessage(), e2);
                }
                j2.this.h2();
                Handler handler = j2.this.y0;
                final j2 j2Var = j2.this;
                handler.post(new Runnable() { // from class: com.seewo.ota.activity.q0
                    @Override // java.lang.Runnable
                    public final void run() {
                        j2Var.G2();
                    }
                });
            }
        }

        @Override // android.content.ServiceConnection
        public void onServiceDisconnected(ComponentName componentName) {
            Log.d("UpdateInfoFragment", "OTA onServiceDisconnected");
            j2.this.v0 = null;
        }
    }

    /* JADX INFO: compiled from: UpdateInfoSettings.java */
    class c implements View.OnClickListener {

        /* JADX INFO: renamed from: f, reason: collision with root package name */
        private static final /* synthetic */ a.InterfaceC0131a f2042f = null;

        static {
            a();
        }

        c() {
        }

        private static /* synthetic */ void a() {
            i.a.b.b.b bVar = new i.a.b.b.b("UpdateInfoSettings.java", c.class);
            f2042f = bVar.f("method-execution", bVar.e(DubboResponseInfo.STATUS_OK, "onClick", "com.seewo.ota.activity.UpdateInfoSettings$3", "android.view.View", "v", "", "void"), 124);
        }

        static final /* synthetic */ void b(c cVar, View view, i.a.a.a aVar) {
            int id = view.getId();
            if (id != R.id.update_upgrade) {
                if (id == R.id.update_cancel) {
                    j2.this.Z1();
                    j2.this.f2();
                    return;
                }
                return;
            }
            int iIntValue = ((Integer) j2.this.m0.getTag()).intValue();
            if (iIntValue == R.string.system_update_check_update) {
                j2.this.a2();
            } else if (iIntValue == R.string.system_update_download_and_install) {
                j2.this.c2();
            } else {
                j2.this.D2();
            }
        }

        @Override // android.view.View.OnClickListener
        public void onClick(View view) throws Throwable {
            d.e.h.d.a.a.b.k().m(new k2(new Object[]{this, view, i.a.b.b.b.c(f2042f, this, this, view)}).linkClosureAndJoinPoint(69648));
        }
    }

    /* JADX INFO: compiled from: UpdateInfoSettings.java */
    static /* synthetic */ class d {
        static final /* synthetic */ int[] a;

        static {
            int[] iArr = new int[b.a.values().length];
            a = iArr;
            try {
                iArr[b.a.NONE.ordinal()] = 1;
            } catch (NoSuchFieldError unused) {
            }
            try {
                a[b.a.CHECKING.ordinal()] = 2;
            } catch (NoSuchFieldError unused2) {
            }
            try {
                a[b.a.HAVE.ordinal()] = 3;
            } catch (NoSuchFieldError unused3) {
            }
            try {
                a[b.a.DOWNLOADING.ordinal()] = 4;
            } catch (NoSuchFieldError unused4) {
            }
            try {
                a[b.a.DOWNLOADED.ordinal()] = 5;
            } catch (NoSuchFieldError unused5) {
            }
        }
    }

    /* JADX INFO: Access modifiers changed from: private */
    /* JADX INFO: compiled from: UpdateInfoSettings.java */
    class e extends a.AbstractBinderC0083a {
        private e() {
        }

        private void L() {
            j2.this.i0.setText(R.string.downloaded);
            j2.this.j0.setText(j2.this.i().getString(R.string.system_update_progress, new Object[]{100}));
            j2.this.l0.setProgress(100);
            j2.this.k0.setVisibility(8);
            j2.this.e0.setVisibility(8);
            j2.this.m0.setText(R.string.system_update_install_now);
            j2.this.m0.setTag(Integer.valueOf(R.string.system_update_install_now));
            j2.this.E2(0);
        }

        @Override // d.e.b.a.a
        public void I(int i2) {
        }

        /* JADX WARN: Removed duplicated region for block: B:13:0x001d  */
        /*
            Code decompiled incorrectly, please refer to instructions dump.
            To view partially-correct add '--show-bad-code' argument
        */
        public /* synthetic */ void M(int r4) {
            /*
                r3 = this;
                if (r4 == 0) goto L51
                r0 = 1
                if (r4 == r0) goto L1d
                r0 = 2
                if (r4 == r0) goto Lc
                r0 = 4
                if (r4 == r0) goto L1d
                goto L5b
            Lc:
                com.seewo.ota.activity.j2 r4 = com.seewo.ota.activity.j2.this
                boolean r4 = com.seewo.ota.activity.j2.N1(r4)
                if (r4 == 0) goto L5b
                com.seewo.ota.activity.j2 r4 = com.seewo.ota.activity.j2.this
                r0 = 2131689650(0x7f0f00b2, float:1.9008321E38)
                com.seewo.ota.activity.j2.Q1(r4, r0)
                goto L5b
            L1d:
                com.seewo.ota.activity.j2 r4 = com.seewo.ota.activity.j2.this
                boolean r4 = com.seewo.ota.activity.j2.N1(r4)
                if (r4 == 0) goto L5b
                com.seewo.ota.activity.j2 r4 = com.seewo.ota.activity.j2.this
                androidx.fragment.app.d r4 = r4.i()
                boolean r4 = d.e.c.a.b.a(r4)
                if (r4 != 0) goto L48
                com.seewo.ota.util.s r4 = com.seewo.ota.util.s.a()
                com.seewo.ota.activity.j2 r0 = com.seewo.ota.activity.j2.this
                androidx.fragment.app.d r0 = r0.i()
                com.seewo.ota.activity.j2 r1 = com.seewo.ota.activity.j2.this
                r2 = 2131689651(0x7f0f00b3, float:1.9008323E38)
                java.lang.String r1 = r1.M(r2)
                r4.d(r0, r1)
                goto L5b
            L48:
                com.seewo.ota.activity.j2 r4 = com.seewo.ota.activity.j2.this
                r0 = 2131689652(0x7f0f00b4, float:1.9008325E38)
                com.seewo.ota.activity.j2.Q1(r4, r0)
                goto L5b
            L51:
                com.seewo.ota.activity.j2 r4 = com.seewo.ota.activity.j2.this
                com.seewo.ota.activity.j2.R1(r4)
                com.seewo.ota.activity.j2 r4 = com.seewo.ota.activity.j2.this
                com.seewo.ota.activity.j2.F1(r4)
            L5b:
                com.seewo.ota.activity.j2 r4 = com.seewo.ota.activity.j2.this
                r0 = 0
                com.seewo.ota.activity.j2.O1(r4, r0)
                return
            */
            throw new UnsupportedOperationException("Method not decompiled: com.seewo.ota.activity.j2.e.M(int):void");
        }

        public /* synthetic */ void N(int i2, int i3) {
            if (i2 == 0) {
                j2.this.f2();
                j2 j2Var = j2.this;
                j2Var.A2(d.e.c.a.b.a(j2Var.i()) ? R.string.ota_unkown : R.string.ota_net_error);
            } else if (i2 == 1) {
                j2.this.j0.setText(j2.this.i().getString(R.string.system_update_progress, new Object[]{Integer.valueOf(i3)}));
                j2.this.l0.setProgress(i3);
            } else {
                if (i2 != 2) {
                    return;
                }
                L();
            }
        }

        @Override // d.e.b.a.a
        public void d(int i2) {
        }

        @Override // d.e.b.a.a
        public void g(final int i2) {
            Log.d("UpdateInfoFragment", "onCheckResult: " + i2);
            j2.this.y0.post(new Runnable() { // from class: com.seewo.ota.activity.x0
                @Override // java.lang.Runnable
                public final void run() {
                    this.f2102b.M(i2);
                }
            });
        }

        @Override // d.e.b.a.a
        public void j(final int i2, final int i3) {
            Log.d("UpdateInfoFragment", "onDownloadResult: " + i2 + " ,progress: " + i3);
            j2.this.y0.post(new Runnable() { // from class: com.seewo.ota.activity.w0
                @Override // java.lang.Runnable
                public final void run() {
                    this.f2098b.N(i2, i3);
                }
            });
        }

        /* synthetic */ e(j2 j2Var, a aVar) {
            this();
        }
    }

    /* JADX INFO: Access modifiers changed from: private */
    public void A2(int i2) {
        b2();
        com.seewo.libvui.h.b bVar = this.x0;
        if (bVar != null && bVar.isShowing()) {
            this.x0.dismiss();
        }
        b.a aVar = new b.a(i());
        aVar.y(R.string.system_update_check_result_title);
        aVar.n(i2);
        aVar.r(R.string.password_setting_ok, new DialogInterface.OnClickListener() { // from class: com.seewo.ota.activity.v0
            @Override // android.content.DialogInterface.OnClickListener
            public final void onClick(DialogInterface dialogInterface, int i3) {
                this.f2096b.w2(dialogInterface, i3);
            }
        });
        com.seewo.libvui.h.b bVarA = aVar.a();
        this.x0 = bVarA;
        bVarA.show();
    }

    private void B2(boolean z) {
        d.e.b.a.b bVar = this.v0;
        if (bVar == null) {
            z2(R.string.system_update_check_result_no_need_update);
            return;
        }
        try {
            this.t0 = z;
            bVar.x(1, false);
        } catch (RemoteException e2) {
            Log.e("UpdateInfoFragment", e2.getMessage(), e2);
        }
    }

    private void C2() {
        d.e.b.a.b bVar = this.v0;
        if (bVar != null) {
            try {
                bVar.s(1);
            } catch (RemoteException e2) {
                Log.e("UpdateInfoFragment", e2.getMessage(), e2);
            }
        }
    }

    /* JADX INFO: Access modifiers changed from: private */
    public void D2() {
        d.e.b.a.b bVar = this.v0;
        if (bVar != null) {
            try {
                bVar.y(1);
            } catch (RemoteException e2) {
                Log.e("UpdateInfoFragment", e2.getMessage(), e2);
            }
        }
    }

    /* JADX INFO: Access modifiers changed from: private */
    public void E2(int i2) {
        this.m0.setVisibility(i2);
        if (G().getBoolean(R.bool.support_scheduler_ota) && i2 == 0 && ((Integer) this.m0.getTag()).intValue() != R.string.system_update_check_update) {
            this.n0.setVisibility(0);
            this.o0.setVisibility(0);
        } else {
            this.n0.setVisibility(8);
            this.o0.setVisibility(8);
        }
        if (G().getBoolean(R.bool.support_remind_update_later) && i2 == 0 && ((Integer) this.m0.getTag()).intValue() != R.string.system_update_check_update) {
            this.o0.setVisibility(0);
        } else {
            this.o0.setVisibility(8);
        }
        if (!G().getBoolean(R.bool.support_download_background) || i2 != 0 || ((Integer) this.m0.getTag()).intValue() == R.string.system_update_check_update || ((Integer) this.m0.getTag()).intValue() == R.string.system_update_install_now) {
            this.p0.setVisibility(8);
        } else {
            this.p0.setVisibility(0);
        }
    }

    private void F2() {
        long jK = com.seewo.ota.t.n.j().k();
        long timeInMillis = Calendar.getInstance().getTimeInMillis();
        if (jK <= 0 || jK < timeInMillis) {
            this.n0.setText(M(R.string.schedule_update_text));
            return;
        }
        this.n0.setText(M(R.string.schedule_update_text) + "\n" + com.seewo.ota.util.r.e(jK));
    }

    /* JADX INFO: Access modifiers changed from: private */
    public void G2() {
        Log.d("UpdateInfoFragment", "updateUI! currentOTAState:" + this.q0);
        int i2 = d.a[this.q0.ordinal()];
        if (i2 == 1) {
            g2();
            B2(false);
            return;
        }
        if (i2 == 2) {
            i2();
            return;
        }
        if (i2 == 3) {
            f2();
        } else if (i2 == 4) {
            e2();
        } else {
            if (i2 != 5) {
                return;
            }
            d2();
        }
    }

    private void Y1() {
        Intent intent = new Intent("com.seewo.ota.service.OTARefreshService");
        intent.setPackage("com.seewo.ota");
        i().bindService(intent, this.A0, 1);
    }

    /* JADX INFO: Access modifiers changed from: private */
    public void Z1() {
        d.e.b.a.b bVar = this.v0;
        if (bVar != null) {
            try {
                bVar.cancel(1);
            } catch (RemoteException e2) {
                Log.e("UpdateInfoFragment", e2.getMessage(), e2);
            }
        }
    }

    /* JADX INFO: Access modifiers changed from: private */
    public void a2() {
        B2(true);
    }

    private void b2() {
        com.seewo.libvui.h.b bVar = this.x0;
        if (bVar == null || !bVar.isShowing()) {
            return;
        }
        this.x0.dismiss();
    }

    /* JADX INFO: Access modifiers changed from: private */
    public void c2() {
        if (!d.e.c.a.b.a(i())) {
            com.seewo.ota.util.s.a().d(i(), M(R.string.ota_net_error));
        } else {
            C2();
            e2();
        }
    }

    private void d2() {
        y2();
        this.d0.setVisibility(0);
        this.k0.setVisibility(8);
        this.i0.setText(R.string.downloaded);
        this.j0.setText(i().getString(R.string.system_update_progress, new Object[]{100}));
        this.l0.setProgress(100);
        this.l0.setVisibility(0);
        this.e0.setVisibility(8);
        n2(R.string.system_update_install_now);
    }

    private void e2() {
        y2();
        this.d0.setVisibility(0);
        this.l0.setVisibility(0);
        this.e0.setVisibility(0);
        E2(8);
    }

    /* JADX INFO: Access modifiers changed from: private */
    public void f2() {
        y2();
        this.d0.setVisibility(8);
        this.l0.setVisibility(8);
        this.e0.setVisibility(8);
        E2(0);
        n2(R.string.system_update_download_and_install);
    }

    private void g2() {
        this.g0.setText(i().getString(R.string.system_update_size, new Object[]{"0"}));
        this.h0.setVisibility(4);
        this.d0.setVisibility(8);
        this.l0.setVisibility(8);
        this.e0.setVisibility(8);
        n2(R.string.system_update_check_update);
    }

    /* JADX INFO: Access modifiers changed from: private */
    public void h2() {
        try {
            Bundle bundleC = this.v0.C(1);
            this.r0 = bundleC.getLong("UPDATE_SIZE", 0L);
            this.s0 = bundleC.getString("UPDATE_DESC", "");
        } catch (RemoteException e2) {
            Log.e("UpdateInfoFragment", "getInfoFromBundle: ", e2);
        }
    }

    private void i2() {
        this.y0.postDelayed(new Runnable() { // from class: com.seewo.ota.activity.u0
            @Override // java.lang.Runnable
            public final void run() {
                this.f2095b.o2();
            }
        }, 3000L);
    }

    private void j2() {
        this.d0 = (RelativeLayout) this.f0.findViewById(R.id.update_progress_layout);
        this.e0 = (LinearLayout) this.f0.findViewById(R.id.update_check_layout);
        TextView textView = (TextView) this.f0.findViewById(R.id.update_version);
        this.g0 = (TextView) this.f0.findViewById(R.id.update_size);
        this.h0 = (TextView) this.f0.findViewById(R.id.update_content);
        this.i0 = (TextView) this.f0.findViewById(R.id.update_point);
        this.j0 = (TextView) this.f0.findViewById(R.id.update_progress);
        this.k0 = (TextView) this.f0.findViewById(R.id.update_cancel);
        CheckBox checkBox = (CheckBox) this.f0.findViewById(R.id.update_auto_check_box);
        ProgressBar progressBar = (ProgressBar) this.f0.findViewById(R.id.download_progress);
        this.l0 = progressBar;
        progressBar.setEnabled(false);
        this.m0 = (Button) this.f0.findViewById(R.id.update_upgrade);
        this.n0 = (Button) this.f0.findViewById(R.id.schedule_update);
        this.o0 = (Button) this.f0.findViewById(R.id.remind_me_later);
        this.p0 = (Button) this.f0.findViewById(R.id.download_background);
        textView.setText(N(R.string.system_update_version, com.seewo.vcommons.data.d.e().replace("\\", "")));
        textView.setOnClickListener(new com.seewo.ota.p.e());
        this.m0.setText(R.string.system_update_check_update);
        this.m0.setTag(Integer.valueOf(R.string.system_update_check_update));
        this.m0.setOnClickListener(this.B0);
        this.k0.setOnClickListener(this.B0);
        this.d0.setVisibility(8);
        this.e0.setVisibility(8);
        this.l0.setVisibility(8);
        checkBox.setChecked(com.seewo.vcommons.data.c.k(i()));
        checkBox.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { // from class: com.seewo.ota.activity.y0
            @Override // android.widget.CompoundButton.OnCheckedChangeListener
            public final void onCheckedChanged(CompoundButton compoundButton, boolean z) {
                this.a.p2(compoundButton, z);
            }
        });
    }

    private void k2() {
        if (G().getBoolean(R.bool.support_download_background)) {
            this.p0.setOnClickListener(new View.OnClickListener() { // from class: com.seewo.ota.activity.t0
                @Override // android.view.View.OnClickListener
                public final void onClick(View view) {
                    this.f2093b.q2(view);
                }
            });
        } else {
            this.p0.setVisibility(8);
        }
    }

    private void l2() {
        if (G().getBoolean(R.bool.support_remind_update_later)) {
            this.o0.setOnClickListener(new View.OnClickListener() { // from class: com.seewo.ota.activity.a1
                @Override // android.view.View.OnClickListener
                public final void onClick(View view) {
                    this.f2000b.r2(view);
                }
            });
        } else {
            this.o0.setVisibility(8);
        }
    }

    private void m2() {
        if (!G().getBoolean(R.bool.support_scheduler_ota)) {
            this.n0.setVisibility(8);
        } else {
            F2();
            this.n0.setOnClickListener(new View.OnClickListener() { // from class: com.seewo.ota.activity.r0
                @Override // android.view.View.OnClickListener
                public final void onClick(View view) {
                    this.f2090b.s2(view);
                }
            });
        }
    }

    private void n2(int i2) {
        this.m0.setText(i2);
        this.m0.setTag(Integer.valueOf(i2));
        E2(0);
    }

    private void x2() {
        IntentFilter intentFilter = new IntentFilter();
        intentFilter.addAction("com.ifpdos.action.AUTO_OTA_UPDATE_CHANGED");
        i().registerReceiver(this.z0, intentFilter);
    }

    private void y2() {
        this.g0.setText(i().getString(R.string.system_update_size, new Object[]{this.u0.format(this.r0 / 1048576)}));
        this.h0.setVisibility(0);
        this.h0.setText(this.s0);
    }

    /* JADX INFO: Access modifiers changed from: private */
    public void z2(int i2) {
        b2();
        b.a aVar = new b.a(i());
        aVar.y(R.string.system_update_check_result_title);
        aVar.n(i2);
        aVar.r(R.string.password_setting_ok, new DialogInterface.OnClickListener() { // from class: com.seewo.ota.activity.b1
            @Override // android.content.DialogInterface.OnClickListener
            public final void onClick(DialogInterface dialogInterface, int i3) {
                this.f2002b.v2(dialogInterface, i3);
            }
        });
        com.seewo.libvui.h.b bVarA = aVar.a();
        this.x0 = bVarA;
        bVarA.show();
    }

    @Override // androidx.fragment.app.Fragment
    public View n0(LayoutInflater layoutInflater, ViewGroup viewGroup, Bundle bundle) {
        this.f0 = layoutInflater.inflate(R.layout.system_update_info_layout, viewGroup, false);
        this.w0 = new e(this, null);
        j2();
        m2();
        l2();
        k2();
        Y1();
        x2();
        return this.f0;
    }

    public /* synthetic */ void o2() {
        try {
            if (a0()) {
                this.q0 = b.a.values()[this.v0.H(1)];
                h2();
                this.y0.post(new Runnable() { // from class: com.seewo.ota.activity.z0
                    @Override // java.lang.Runnable
                    public final void run() {
                        this.f2107b.G2();
                    }
                });
            }
        } catch (RemoteException e2) {
            Log.e("UpdateInfoFragment", e2.getMessage(), e2);
        }
    }

    public /* synthetic */ void p2(CompoundButton compoundButton, boolean z) {
        com.seewo.vcommons.data.c.q(i(), z);
    }

    @Override // androidx.fragment.app.Fragment
    public void q0() {
        super.q0();
        d.e.b.a.b bVar = this.v0;
        if (bVar != null) {
            try {
                bVar.n(this.w0);
            } catch (RemoteException e2) {
                Log.e("UpdateInfoFragment", e2.getMessage(), e2);
            }
        }
        this.v0 = null;
        i().unbindService(this.A0);
        i().unregisterReceiver(this.z0);
    }

    public /* synthetic */ void q2(View view) {
        c2();
        i().moveTaskToBack(true);
        d.e.h.e.g.g(i(), R.string.download_background_tip);
    }

    public /* synthetic */ void r2(View view) {
        com.seewo.ota.util.s.a().d(i(), M(R.string.remind_me_later_tip));
        com.seewo.ota.data.a.g().H(true);
        com.seewo.ota.data.a.g().J(Calendar.getInstance().getTimeInMillis() + com.seewo.ota.r.g.f2237i);
        com.seewo.ota.r.g.i().z(i());
        i().onBackPressed();
    }

    public /* synthetic */ void s2(View view) {
        com.seewo.ota.t.n.j().G(this.C0);
        com.seewo.ota.t.n.j().J();
    }

    public /* synthetic */ void t2(Calendar calendar) {
        F2();
        com.seewo.ota.util.s.a().d(i(), N(R.string.schedule_update_tip, com.seewo.ota.util.r.e(calendar.getTimeInMillis())));
        i().onBackPressed();
    }

    public /* synthetic */ void v2(DialogInterface dialogInterface, int i2) {
        b2();
    }

    public /* synthetic */ void w2(DialogInterface dialogInterface, int i2) {
        b2();
    }
}
