package defpackage;

import android.os.Bundle;
import android.text.Spanned;

/* JADX INFO: renamed from: ᵬʔ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public abstract class AbstractC4019 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public static final String f15465;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public static final String f15466;

    /* JADX INFO: renamed from: ᵨᵣ, reason: contains not printable characters */
    public static final String f15467;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public static final String f15468;

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public static final String f15469;

    static {
        String str = AbstractC0956.f4222;
        f15468 = Integer.toString(0, 36);
        f15465 = Integer.toString(1, 36);
        f15466 = Integer.toString(2, 36);
        f15469 = Integer.toString(3, 36);
        f15467 = Integer.toString(4, 36);
    }

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public static Bundle m8830(Spanned spanned, Object obj, int i, Bundle bundle) {
        Bundle bundle2 = new Bundle();
        bundle2.putInt(f15468, spanned.getSpanStart(obj));
        bundle2.putInt(f15465, spanned.getSpanEnd(obj));
        bundle2.putInt(f15466, spanned.getSpanFlags(obj));
        bundle2.putInt(f15469, i);
        if (bundle != null) {
            bundle2.putBundle(f15467, bundle);
        }
        return bundle2;
    }
}
