package p138.p176.p177.p242.p246;

import android.app.Dialog;
import android.content.DialogInterface;
import android.os.Bundle;
import p037.p089.p090.AbstractC2014;
import p037.p089.p090.DialogInterfaceOnCancelListenerC1992;

/* JADX INFO: renamed from: ދ.ހ.֏.ހ.ހ.ވ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class C4201 extends DialogInterfaceOnCancelListenerC1992 {

    /* JADX INFO: renamed from: ޓ, reason: contains not printable characters */
    public Dialog f13414 = null;

    /* JADX INFO: renamed from: ޔ, reason: contains not printable characters */
    public DialogInterface.OnCancelListener f13415 = null;

    @Override // p037.p089.p090.DialogInterfaceOnCancelListenerC1992, android.content.DialogInterface.OnCancelListener
    public void onCancel(DialogInterface dialogInterface) {
        DialogInterface.OnCancelListener onCancelListener = this.f13415;
        if (onCancelListener != null) {
            onCancelListener.onCancel(dialogInterface);
        }
    }

    @Override // p037.p089.p090.DialogInterfaceOnCancelListenerC1992
    /* JADX INFO: renamed from: ֏ */
    public Dialog mo1839(Bundle bundle) {
        if (this.f13414 == null) {
            this.f6557 = false;
        }
        return this.f13414;
    }

    @Override // p037.p089.p090.DialogInterfaceOnCancelListenerC1992
    /* JADX INFO: renamed from: ֏ */
    public void mo3877(AbstractC2014 abstractC2014, String str) {
        super.mo3877(abstractC2014, str);
    }
}
