package R5;

import com.martsnew.domain.type.MediaType;
import l5.EnumC1138g;

/* JADX INFO: renamed from: R5.e, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public abstract /* synthetic */ class AbstractC0286e {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final /* synthetic */ int[] f6160a;

    static {
        int[] iArr = new int[MediaType.values().length];
        try {
            iArr[2] = 1;
        } catch (NoSuchFieldError unused) {
        }
        f6160a = iArr;
        int[] iArr2 = new int[EnumC1138g.values().length];
        try {
            iArr2[0] = 1;
        } catch (NoSuchFieldError unused2) {
        }
        try {
            iArr2[1] = 2;
        } catch (NoSuchFieldError unused3) {
        }
        try {
            iArr2[2] = 3;
        } catch (NoSuchFieldError unused4) {
        }
        try {
            iArr2[3] = 4;
        } catch (NoSuchFieldError unused5) {
        }
        try {
            iArr2[4] = 5;
        } catch (NoSuchFieldError unused6) {
        }
    }
}
