package com.google.android.gms.internal.measurement;

import java.util.List;

/* JADX INFO: loaded from: classes2.dex */
public final class b extends j {

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public /* synthetic */ b(String str, int i10) {
        super(str);
        this.f20110c = i10;
    }

    @Override // com.google.android.gms.internal.measurement.j
    public final n a(u.e eVar, List list) {
        t tVar = n.f20321v;
        switch (this.f20110c) {
            case 0:
                return new g(Double.valueOf(0.0d));
            case 1:
            default:
                return tVar;
            case 2:
            case 3:
                return this;
        }
    }

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public b() {
        super("internal.platform");
        this.f20110c = 4;
        this.f20246b.put("getVersion", new b("getVersion", 0));
    }

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public b(com.google.android.gms.measurement.internal.a aVar) {
        super("internal.remoteConfig");
        this.f20110c = 1;
        this.f20246b.put("getValue", new i6(aVar));
    }
}
