package ve;

import java.util.List;
import java.util.Objects;
import xyz.stream.api.entity.LiveChannelEntity;

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

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

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

    public /* synthetic */ h(p pVar, int i10) {
        this.f33867a = i10;
        this.f33868b = pVar;
    }

    @Override // u4.c
    public final boolean test(Object obj) {
        int i10 = this.f33867a;
        p pVar = this.f33868b;
        switch (i10) {
            case 0:
                pVar.getClass();
                return Objects.equals(((LiveChannelEntity) obj).getId(), pVar.f33909z.getId());
            case 1:
                pVar.getClass();
                return Objects.equals(((LiveChannelEntity) obj).getId(), pVar.f33909z.getId());
            case 2:
                pVar.getClass();
                return Objects.equals(((LiveChannelEntity) obj).getId(), pVar.f33909z.getId());
            case 3:
                pVar.getClass();
                return t4.f.x((List) obj).p(new h(pVar, 4), 0);
            default:
                pVar.getClass();
                return Objects.equals(((LiveChannelEntity) obj).getId(), pVar.f33909z.getId());
        }
    }
}
