package p138.p176.p177.p242.p258.p263;

import android.util.Log;
import android.util.Pair;
import p138.p176.p177.p242.p258.p263.C4553;
import p138.p176.p177.p242.p265.p266.InterfaceC5003;

/* JADX INFO: renamed from: ދ.ހ.֏.ހ.ރ.ނ.ޓ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C4574 extends C4553.AbstractRunnableC4554 {

    /* JADX INFO: renamed from: އ, reason: contains not printable characters */
    public final /* synthetic */ InterfaceC5003 f14043;

    /* JADX INFO: renamed from: ވ, reason: contains not printable characters */
    public final /* synthetic */ C4553 f14044;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public C4574(C4553 c4553, InterfaceC5003 interfaceC5003) {
        super(true);
        this.f14044 = c4553;
        this.f14043 = interfaceC5003;
    }

    @Override // p138.p176.p177.p242.p258.p263.C4553.AbstractRunnableC4554
    /* JADX INFO: renamed from: ֏ */
    public final void mo7602() {
        for (int i = 0; i < this.f14044.f13985.size(); i++) {
            if (this.f14043.equals(this.f14044.f13985.get(i).first)) {
                Log.w(this.f14044.f13982, "OnEventListener already registered.");
                return;
            }
        }
        C4553.BinderC4555 binderC4555 = new C4553.BinderC4555(this.f14043);
        this.f14044.f13985.add(new Pair<>(this.f14043, binderC4555));
        this.f14044.f13988.registerOnMeasurementEventListener(binderC4555);
    }
}
