package p037.p065.p067;

import android.app.PendingIntent;
import android.graphics.drawable.Icon;
import android.os.Build;
import android.os.Bundle;
import android.util.Log;
import androidx.core.graphics.drawable.IconCompat;
import java.lang.reflect.InvocationTargetException;

/* JADX INFO: renamed from: މ.ރ.ނ.ރ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class C1842 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final Bundle f6169;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public IconCompat f6170;

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public final C1847[] f6171;

    /* JADX INFO: renamed from: ށ, reason: contains not printable characters */
    public final C1847[] f6172;

    /* JADX INFO: renamed from: ނ, reason: contains not printable characters */
    public boolean f6173;

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public boolean f6174;

    /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
    public final int f6175;

    /* JADX INFO: renamed from: ޅ, reason: contains not printable characters */
    public final boolean f6176;

    /* JADX INFO: renamed from: ކ, reason: contains not printable characters */
    @Deprecated
    public int f6177;

    /* JADX INFO: renamed from: އ, reason: contains not printable characters */
    public CharSequence f6178;

    /* JADX INFO: renamed from: ވ, reason: contains not printable characters */
    public PendingIntent f6179;

    public C1842(int i, CharSequence charSequence, PendingIntent pendingIntent) {
        int i2;
        IconCompat iconCompatM228 = i == 0 ? null : IconCompat.m228(null, "", i);
        Bundle bundle = new Bundle();
        this.f6174 = true;
        this.f6170 = iconCompatM228;
        if (iconCompatM228 != null) {
            int iIntValue = -1;
            if (iconCompatM228.f592 != -1 || (i2 = Build.VERSION.SDK_INT) < 23) {
                iIntValue = iconCompatM228.f592;
            } else {
                Icon icon = (Icon) iconCompatM228.f593;
                if (i2 >= 28) {
                    iIntValue = icon.getType();
                } else {
                    try {
                        iIntValue = ((Integer) icon.getClass().getMethod("getType", new Class[0]).invoke(icon, new Object[0])).intValue();
                    } catch (IllegalAccessException e) {
                        Log.e("IconCompat", "Unable to get icon type " + icon, e);
                    } catch (NoSuchMethodException e2) {
                        Log.e("IconCompat", "Unable to get icon type " + icon, e2);
                    } catch (InvocationTargetException e3) {
                        Log.e("IconCompat", "Unable to get icon type " + icon, e3);
                    }
                }
            }
            if (iIntValue == 2) {
                this.f6177 = iconCompatM228.m229();
            }
        }
        this.f6178 = C1844.m3640(charSequence);
        this.f6179 = pendingIntent;
        this.f6169 = bundle;
        this.f6171 = null;
        this.f6172 = null;
        this.f6173 = true;
        this.f6175 = 0;
        this.f6174 = true;
        this.f6176 = false;
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public IconCompat m3639() {
        int i;
        if (this.f6170 == null && (i = this.f6177) != 0) {
            this.f6170 = IconCompat.m228(null, "", i);
        }
        return this.f6170;
    }
}
