package xyz.netfly.mobile.player;

import xyz.stream.api.entity.CategoryEntity;
import xyz.stream.api.entity.LiveCategoryEntity;
import xyz.stream.api.entity.LiveChannelEntity;
import xyz.stream.api.entity.LiveEpgEntity;
import xyz.stream.api.entity.SeriesEntity;

/* JADX INFO: loaded from: classes3.dex */
public final /* synthetic */ class c implements u4.c {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ int f34956b;

    public /* synthetic */ c(int i10, int i11) {
        this.f34955a = i11;
        this.f34956b = i10;
    }

    @Override // u4.c
    public final boolean test(Object obj) {
        int i10 = this.f34955a;
        int i11 = this.f34956b;
        switch (i10) {
            case 0:
                if (((SeriesEntity) obj).getVideoId() == i11) {
                }
                break;
            case 1:
                if (((LiveChannelEntity) obj).getId().intValue() == i11) {
                }
                break;
            case 2:
                if (((LiveChannelEntity) obj).getId().intValue() == i11) {
                }
                break;
            case 3:
                if (((LiveEpgEntity) obj).getId().intValue() == i11) {
                }
                break;
            case 4:
                if (((LiveEpgEntity) obj).getId().intValue() == i11) {
                }
                break;
            case 5:
                break;
            case 6:
                break;
            case 7:
                if (((LiveChannelEntity) obj).getId().intValue() == i11) {
                }
                break;
            case 8:
                if (((LiveChannelEntity) obj).getId().intValue() == i11) {
                }
                break;
            case 9:
                int i12 = ff.f.I0;
                if (((CategoryEntity) obj).getSourceType().intValue() == i11) {
                }
                break;
            default:
                if (((LiveCategoryEntity) obj).getCategoryId().intValue() == i11) {
                }
                break;
        }
        return true;
    }
}
