Chromium.apk(点击下载) / DialogInterface$OnClickListenerC2458eV.java


package defpackage;

import android.content.DialogInterface;
import android.content.Intent;
import android.net.Uri;
import org.chromium.chrome.stable.R;

/* renamed from: eV  reason: default package and case insensitive filesystem */
/* compiled from: chromium-ChromePublic.apk-stable-447210115 */
public class DialogInterface$OnClickListenerC2458eV implements DialogInterface.OnClickListener {
    public final /* synthetic */ int y;
    public final /* synthetic */ C2632fV z;

    public DialogInterface$OnClickListenerC2458eV(C2632fV fVVar, int i) {
        this.z = fVVar;
        this.y = i;
    }

    public void onClick(DialogInterface dialogInterface, int i) {
        if (i == -1) {
            int i2 = this.y;
            if (i2 == R.string.f60960_resource_name_obfuscated_RES_2131953241) {
                Intent intent = new Intent("android.intent.action.VIEW", Uri.parse("https://support.google.com/drive/answer/2424384"));
                intent.setPackage(this.z.g.a().getPackageName());
                this.z.g.a().startActivity(intent);
            } else if (i2 == R.string.f66730_resource_name_obfuscated_RES_2131953818) {
                C2632fV fVVar = this.z;
                fVVar.a = 1;
                fVVar.a();
            }
        } else if (i == -2) {
            this.z.a = 0;
        }
    }
}