package com.google.firebase.components;

import com.google.firebase.components.ComponentRuntime;
import com.google.firebase.inject.Provider;

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

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

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

    public /* synthetic */ c(ComponentRegistrar componentRegistrar, int i6) {
        this.f13847a = i6;
        this.f13848b = componentRegistrar;
    }

    @Override // com.google.firebase.inject.Provider
    public final Object get() {
        switch (this.f13847a) {
            case 0:
                return ComponentRuntime.lambda$toProviders$1(this.f13848b);
            default:
                return ComponentRuntime.Builder.lambda$addComponentRegistrar$0(this.f13848b);
        }
    }
}
