package b4;

import com.google.firebase.components.Component;
import com.google.firebase.components.ComponentContainer;
import com.google.firebase.components.ComponentFactory;
import com.google.firebase.platforminfo.LibraryVersionComponent;
import com.google.firebase.tracing.ComponentMonitor;

/* JADX INFO: renamed from: b4.a, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes3.dex */
public final /* synthetic */ class C1195a implements ComponentFactory {

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

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

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

    public /* synthetic */ C1195a(String str, int i6, Object obj) {
        this.f13295a = i6;
        this.f13296b = str;
        this.f13297c = obj;
    }

    @Override // com.google.firebase.components.ComponentFactory
    public final Object create(ComponentContainer componentContainer) {
        switch (this.f13295a) {
            case 0:
                return ComponentMonitor.lambda$processRegistrar$0(this.f13296b, (Component) this.f13297c, componentContainer);
            default:
                return LibraryVersionComponent.lambda$fromContext$0(this.f13296b, (LibraryVersionComponent.VersionExtractor) this.f13297c, componentContainer);
        }
    }
}
