package xyz.stream.download;

import xyz.stream.download.DownloadManager;
import xyz.stream.download.info.FileInfo;

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

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

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

    public /* synthetic */ f(Object obj, int i10) {
        this.f36084a = i10;
        this.f36085b = obj;
    }

    @Override // u4.c
    public final boolean test(Object obj) {
        int i10 = this.f36084a;
        Object obj2 = this.f36085b;
        switch (i10) {
            case 0:
                int i11 = DownloadManager.AnonymousClass1.f36056b;
                return ((DownloadFile) obj).getFilePath().equals((String) obj2);
            default:
                return ((FileInfo) obj).getFilePath().equals(((DownloadFile) obj2).getFilePath());
        }
    }
}
