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

import java.util.Collections;
import kotlin.coroutines.Continuation;
import kotlin.coroutines.jvm.internal.SuspendLambda;
import kotlin.jvm.functions.Function2;

/* JADX INFO: loaded from: classes2.dex */
final class zzfzs extends SuspendLambda implements Function2 {
    /* synthetic */ Object zza;
    final /* synthetic */ aj1 zzb;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public zzfzs(aj1 aj1Var, Continuation continuation) {
        super(2, continuation);
        this.zzb = aj1Var;
    }

    @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
    public final Continuation create(Object obj, Continuation continuation) {
        zzfzs zzfzsVar = new zzfzs(this.zzb, continuation);
        zzfzsVar.zza = obj;
        return zzfzsVar;
    }

    @Override // kotlin.jvm.functions.Function2
    public final /* bridge */ /* synthetic */ Object invoke(Object obj, Object obj2) {
        return ((zzfzs) create((dj1) obj, (Continuation) obj2)).invokeSuspend(kd.e.f29109a);
    }

    @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
    public final Object invokeSuspend(Object obj) {
        kotlin.a.d(obj);
        jc1 jc1Var = new jc1((bj1) ((dj1) this.zza).s());
        nb.g.h(Collections.unmodifiableMap(((dj1) ((bj1) jc1Var.f12808b).f8617b).C()), "getQueryIdToAdQualityDataMapMap(...)");
        aj1 aj1Var = this.zzb;
        String strE = aj1Var.E();
        nb.g.h(strE, "getGwsQueryId(...)");
        bj1 bj1Var = (bj1) jc1Var.f12808b;
        bj1Var.getClass();
        bj1Var.c();
        ((dj1) bj1Var.f8617b).F().put(strE, aj1Var);
        return (dj1) ((bj1) jc1Var.f12808b).e();
    }
}
