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

import java.util.List;
import org.json.JSONObject;

/* JADX INFO: loaded from: classes2.dex */
public final /* synthetic */ class ov implements mq1 {

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

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

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

    public /* synthetic */ ov(Object obj, Object obj2, int i10) {
        this.f15173a = i10;
        this.f15174b = obj;
        this.f15175c = obj2;
    }

    @Override // com.google.android.gms.internal.ads.mq1
    public final /* synthetic */ Object apply(Object obj) {
        int i10 = this.f15173a;
        Object obj2 = this.f15175c;
        Object obj3 = this.f15174b;
        switch (i10) {
            case 0:
                ev evVar = (ev) obj;
                evVar.i((String) obj3, (ys) obj2);
                return evVar;
            default:
                return ((ko0) obj3).c((JSONObject) obj2, (List) obj);
        }
    }
}
