package androidx.media3.exoplayer.analytics;

/* JADX INFO: loaded from: classes.dex */
public final /* synthetic */ class y implements com.google.common.base.l {

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

    public /* synthetic */ y(int i10) {
        this.f2920a = i10;
    }

    @Override // com.google.common.base.l
    public final Object get() {
        switch (this.f2920a) {
            case 0:
                return DefaultPlaybackSessionManager.generateDefaultSessionId();
            default:
                throw new IllegalStateException();
        }
    }
}
