package defpackage;

import android.content.Context;
import j$.util.DesugarCollections;
import j$.util.Objects;
import java.util.ArrayList;
import java.util.concurrent.Callable;

/* JADX INFO: renamed from: ᵠᵺᵥ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class CallableC3177 implements Callable {

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

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final /* synthetic */ Context f12062;

    /* JADX INFO: renamed from: ᵨᵣ, reason: contains not printable characters */
    public final /* synthetic */ Object f12063;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final /* synthetic */ int f12064;

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public final /* synthetic */ int f12065;

    public /* synthetic */ CallableC3177(String str, Context context, Object obj, int i, int i2) {
        this.f12064 = i2;
        this.f12061 = str;
        this.f12062 = context;
        this.f12063 = obj;
        this.f12065 = i;
    }

    @Override // java.util.concurrent.Callable
    public final Object call() {
        int i = this.f12064;
        int i2 = this.f12065;
        Object obj = this.f12063;
        Context context = this.f12062;
        String str = this.f12061;
        switch (i) {
            case 0:
                Object[] objArr = {(C3421) obj};
                ArrayList arrayList = new ArrayList(1);
                Object obj2 = objArr[0];
                Objects.requireNonNull(obj2);
                arrayList.add(obj2);
                return AbstractC4544.m9588(str, context, DesugarCollections.unmodifiableList(arrayList), i2);
            default:
                try {
                    return AbstractC4544.m9588(str, context, (ArrayList) obj, i2);
                } catch (Throwable unused) {
                    return new C4372(-3);
                }
        }
    }
}
