package p037.p065.p067;

import android.os.Bundle;
import androidx.core.graphics.drawable.IconCompat;

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

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static final Object f6226 = new Object();

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static Bundle m3643(C1842 c1842) {
        Bundle bundle = new Bundle();
        IconCompat iconCompatM3639 = c1842.m3639();
        bundle.putInt("icon", iconCompatM3639 != null ? iconCompatM3639.m229() : 0);
        bundle.putCharSequence("title", c1842.f6178);
        bundle.putParcelable("actionIntent", c1842.f6179);
        Bundle bundle2 = c1842.f6169 != null ? new Bundle(c1842.f6169) : new Bundle();
        bundle2.putBoolean("android.support.allowGeneratedReplies", c1842.f6173);
        bundle.putBundle("extras", bundle2);
        bundle.putParcelableArray("remoteInputs", m3644(c1842.f6171));
        bundle.putBoolean("showsUserInterface", c1842.f6174);
        bundle.putInt("semanticAction", c1842.f6175);
        return bundle;
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static Bundle[] m3644(C1847[] c1847Arr) {
        if (c1847Arr == null) {
            return null;
        }
        Bundle[] bundleArr = new Bundle[c1847Arr.length];
        if (c1847Arr.length <= 0) {
            return bundleArr;
        }
        C1847 c1847 = c1847Arr[0];
        new Bundle();
        throw null;
    }
}
