package ve;

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

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

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

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

    public /* synthetic */ t(int i10, LiveChannelEntity liveChannelEntity) {
        this.f33916a = i10;
        this.f33917b = liveChannelEntity;
    }

    @Override // u4.c
    public final boolean test(Object obj) {
        int i10 = this.f33916a;
        LiveChannelEntity liveChannelEntity = this.f33917b;
        switch (i10) {
        }
        return Objects.equals(((LiveChannelEntity) obj).getId(), liveChannelEntity.getId());
    }
}
