package com.bumptech.glide.load.engine;

import com.bumptech.glide.load.DataSource;

/* JADX INFO: loaded from: classes.dex */
public final class n extends o {

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

    public n(int i10) {
        this.f5750f = i10;
    }

    @Override // com.bumptech.glide.load.engine.o
    public final boolean a(DataSource dataSource) {
        DataSource dataSource2 = DataSource.f5590b;
        switch (this.f5750f) {
            case 0:
                if (dataSource != dataSource2) {
                    break;
                }
                break;
            case 1:
                break;
            case 2:
                if (dataSource == DataSource.f5591c || dataSource == DataSource.f5593e) {
                }
                break;
            case 3:
                break;
            default:
                if (dataSource != dataSource2) {
                    break;
                }
                break;
        }
        return false;
    }
}
