package defpackage;

import android.os.Bundle;
import java.util.Iterator;

/* JADX INFO: renamed from: ᵤᵷـ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C3468 extends AbstractC2428 {

    /* JADX INFO: renamed from: ᵔᵖᵹᵫ, reason: contains not printable characters */
    public final C3310 f13367;

    /* JADX INFO: renamed from: ᵜᵪʾ, reason: contains not printable characters */
    public final C3310 f13368;

    /* JADX INFO: renamed from: ᵨᵼⁱ, reason: contains not printable characters */
    public long f13369;

    public C3468(C1103 c1103) {
        super(c1103);
        this.f13367 = new C3310(0);
        this.f13368 = new C3310(0);
    }

    /* JADX INFO: renamed from: ʿٴˇ, reason: contains not printable characters */
    public final void m7903(long j, C3160 c3160) {
        C1103 c1103 = (C1103) ((ᵜᵪʾ) this).ˌᴵ;
        if (c3160 == null) {
            C3485 c3485 = c1103.f4729;
            C1103.m3564(c3485);
            c3485.f13414.m4476("Not logging ad exposure. No active activity");
        } else if (j < 1000) {
            C3485 c34852 = c1103.f4729;
            C1103.m3564(c34852);
            c34852.f13414.m4474(Long.valueOf(j), "Not logging ad exposure. Less than 1000 ms. exposure");
        } else {
            Bundle bundle = new Bundle();
            bundle.putLong("_xt", j);
            C3335.m7622(c3160, bundle, true);
            C4799 c4799 = c1103.f4709;
            C1103.m3565(c4799);
            c4799.m10013("am", "_xa", bundle);
        }
    }

    /* JADX INFO: renamed from: ˉᵵᵜ, reason: contains not printable characters */
    public final void m7904(long j) {
        C3310 c3310 = this.f13368;
        Iterator it = ((C3882) c3310.keySet()).iterator();
        while (it.hasNext()) {
            c3310.put((String) it.next(), Long.valueOf(j));
        }
        if (c3310.isEmpty()) {
            return;
        }
        this.f13369 = j;
    }

    /* JADX INFO: renamed from: ˌᵨʠᵫ, reason: contains not printable characters */
    public final void m7905(long j, String str) {
        C1103 c1103 = (C1103) ((ᵜᵪʾ) this).ˌᴵ;
        if (str == null || str.length() == 0) {
            C3485 c3485 = c1103.f4729;
            C1103.m3564(c3485);
            c3485.f13423.m4476("Ad unit id must be a non-empty string");
        } else {
            C1961 c1961 = c1103.f4707;
            C1103.m3564(c1961);
            c1961.m5246(new RunnableC1044(this, str, j, 0));
        }
    }

    /* JADX INFO: renamed from: ˑˊᵲ, reason: contains not printable characters */
    public final void m7906(long j) {
        C1533 c1533 = ((C1103) ((ᵜᵪʾ) this).ˌᴵ).f4723;
        C1103.m3565(c1533);
        C3160 c3160M4340 = c1533.m4340(false);
        C3310 c3310 = this.f13368;
        for (String str : (C3882) c3310.keySet()) {
            m7907(str, j - ((Long) c3310.get(str)).longValue(), c3160M4340);
        }
        if (!c3310.isEmpty()) {
            m7903(j - this.f13369, c3160M4340);
        }
        m7904(j);
    }

    /* JADX INFO: renamed from: ᵠˏˏ, reason: contains not printable characters */
    public final void m7907(String str, long j, C3160 c3160) {
        C1103 c1103 = (C1103) ((ᵜᵪʾ) this).ˌᴵ;
        if (c3160 == null) {
            C3485 c3485 = c1103.f4729;
            C1103.m3564(c3485);
            c3485.f13414.m4476("Not logging ad unit exposure. No active activity");
        } else {
            if (j < 1000) {
                C3485 c34852 = c1103.f4729;
                C1103.m3564(c34852);
                c34852.f13414.m4474(Long.valueOf(j), "Not logging ad unit exposure. Less than 1000 ms. exposure");
                return;
            }
            Bundle bundle = new Bundle();
            bundle.putString("_ai", str);
            bundle.putLong("_xt", j);
            C3335.m7622(c3160, bundle, true);
            C4799 c4799 = c1103.f4709;
            C1103.m3565(c4799);
            c4799.m10013("am", "_xu", bundle);
        }
    }

    /* JADX INFO: renamed from: ᵸˆˁ, reason: contains not printable characters */
    public final void m7908(long j, String str) {
        C1103 c1103 = (C1103) ((ᵜᵪʾ) this).ˌᴵ;
        if (str == null || str.length() == 0) {
            C3485 c3485 = c1103.f4729;
            C1103.m3564(c3485);
            c3485.f13423.m4476("Ad unit id must be a non-empty string");
        } else {
            C1961 c1961 = c1103.f4707;
            C1103.m3564(c1961);
            c1961.m5246(new RunnableC1044(this, str, j, 1));
        }
    }
}
