package r4;

import e4.C0878i;
import o4.C1350a;

/* JADX INFO: renamed from: r4.a, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1494a {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final C1350a f16439b = new C1350a();

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final String f16440c = a("hts/cahyiseot-agolai.o/1frlglgc/aclg", "tp:/rsltcrprsp.ogepscmv/ieo/eaybtho");

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public static final String f16441d = a("AzSBpY4F0rHiHFdinTvM", "IayrSTFL9eJ69YeSUO2");

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public static final C0878i f16442e = new C0878i(15);

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final C1495b f16443a;

    public C1494a(C1495b c1495b) {
        this.f16443a = c1495b;
    }

    public static String a(String str, String str2) {
        int length = str.length() - str2.length();
        if (length < 0 || length > 1) {
            throw new IllegalArgumentException("Invalid input received");
        }
        StringBuilder sb = new StringBuilder(str2.length() + str.length());
        for (int i = 0; i < str.length(); i++) {
            sb.append(str.charAt(i));
            if (str2.length() > i) {
                sb.append(str2.charAt(i));
            }
        }
        return sb.toString();
    }
}
